Node.js

2 readers
1 users here now

founded 1 year ago
MODERATORS
1
2
3
4
submitted 2 months ago* (last edited 2 months ago) by lysdexic@programming.dev to c/nodejs@programming.dev
4
5
6
7
8
9
10
11
12
13
14
15
16
2
submitted 7 months ago* (last edited 7 months ago) by mac@programming.dev to c/nodejs@programming.dev
 
 

The Node.js project will release new versions of the 18.x, 20.x, 21.x releases lines on or shortly after, Tuesday, April 9, 2024 in order to address:

  • 1 high severity issues.
  • 1 medium severity issues.
17
4
submitted 7 months ago* (last edited 7 months ago) by mac@programming.dev to c/nodejs@programming.dev
 
 

Linked in the post is 21.7.2

18
6
submitted 7 months ago* (last edited 7 months ago) by mac@programming.dev to c/nodejs@programming.dev
 
 

The Node.js project will release new versions of the 18.x, 20.x, 21.x releases lines on or shortly after, Wednesday, April 3, 2024 in order to address:

  • 1 medium severity issue.
  • 1 high severity issue.
19
20
21
 
 

cross-posted from: https://programming.dev/post/11927506

Many times when I’ve tried to write some code in Node.js using ES modules I’ve found myself reaching for __dirname and then looking up how to replace it. Now Node.js, Deno and Bun support import.meta.dirname. Check out the article for more detail.

22
23
24
25
view more: next ›