Node.js

210 readers
7 users here now

founded 1 year ago
MODERATORS
1
2
3
4
5
6
7
8
9
10
11
1
submitted 6 months ago* (last edited 6 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.
12
1
submitted 6 months ago* (last edited 6 months ago) by mac@programming.dev to c/nodejs@programming.dev
 
 

Linked in the post is 21.7.2

13
1
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.
14
15
16
 
 

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.

17
18
19
20
21
 
 

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

22
23
24
25
view more: next ›