Node.js

206 readers
1 users here now

founded 11 months ago
MODERATORS
1
2
3
4
5
6
7
8
9
10
11
5
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 
 

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
6
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 
 

Linked in the post is 21.7.2

13
8
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 
 

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
6
require(esm) in Node.js (joyeecheung.github.io)
submitted 4 months ago by [email protected] to c/[email protected]
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 ›