./lang/nodejs20, V8 JavaScript for clients and servers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20.18.1, Package name: nodejs-20.18.1, Maintainer: pkgsrc-users

Node.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.

This package holds the 20.x LTS release.



Package options: openssl

Master sites:

Filesize: 40978.781 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-21 15:47:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
nodejs20: updated to 20.18.1

Version 20.18.1 'Iron' (LTS)

Notable Changes

- doc: add abmusse to collaborators (Abdirahim Musse)
   2024-11-15 11:58:31 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
nodejsNN: fix building with ICU 76
   2024-11-15 11:12:12 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
nodejs20: mention correct version in DESCR
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-08 19:23:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
nodejs20: updated to 20.18.0

Version 20.18.0 'Iron' (LTS)

Experimental Network Inspection Support in Node.js
Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext
New option for vm.createContext() to create a context with a freezable globalThis
repl: doc-deprecate instantiating node:repl classes without new
zlib: deprecate instantiating classes without new
   2024-08-23 12:11:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
nodejs20: updated to 20.17.0

Version 20.17.0 'Iron' (LTS)

module: support require()ing synchronous ESM graphs
path: add matchesGlob method
stream: expose DuplexPair API