Node.js

317 readers
1 users here now

founded 2 years ago
MODERATORS
26
27
28
29
30
31
32
33
34
35
36
37
1
submitted 2 years ago* (last edited 2 years 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.
38
1
submitted 2 years ago* (last edited 2 years ago) by mac@programming.dev to c/nodejs@programming.dev
 
 

Linked in the post is 21.7.2

39
 
 

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.
40
41
42
 
 

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.

43
44
45
46
47
 
 

Here's a reminder that the good people behind Express.js are currently working on Express 5, currently in beta.

48
49
50
view more: ‹ prev next ›