Node.js

211 readers
1 users here now

founded 1 year ago
MODERATORS
1
5
submitted 2 days ago* (last edited 2 days ago) by [email protected] to c/[email protected]
2
3
4
5
6
7
8
9
10
11
12
13
5
submitted 5 months ago* (last edited 5 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.
14
6
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 
 

Linked in the post is 21.7.2

15
8
submitted 5 months ago* (last edited 5 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.
16
17
6
require(esm) in Node.js (joyeecheung.github.io)
submitted 5 months ago by [email protected] to c/[email protected]
18
 
 

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.

19
20
21
22
23
 
 

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

24
25
view more: next ›