Node v19.1.0 (Current)

Notable changes Support function mocking on Node.js test runner The 1node:test module supports mocking during testing via a top-level 1mock object. 123456789101112test(‘spies on an object method’, (t) => {   const number = {     value: 5,     Read more…

Node v18.12.1 (LTS)

Notable changes The following CVEs are fixed in this release: CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High) CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High) CVE-2022-43548: DNS rebinding in –inspect via invalid octal IP address (Medium) More detailed Read more…

Node v19.0.1 (Current)

Notable changes The following CVEs are fixed in this release: CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High) CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High) CVE-2022-43548: DNS rebinding in –inspect via invalid octal IP address (Medium) More detailed Read more…

Node v14.21.1 (LTS)

Notable changes The following CVEs are fixed in this release: CVE-2022-43548: DNS rebinding in –inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post. Commits Read more…

Node v16.18.1 (LTS)

Notable changes The following CVEs are fixed in this release: CVE-2022-43548: DNS rebinding in –inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post. Commits Read more…

Node v14.21.0 (LTS)

Notable changes deps: update corepack to 0.14.2 (Node.js GitHub Bot) #44775 src: add –openssl-shared-config option (Daniel Bevenius) #43124 Commits [ 1773f587912 ] – deps: cherry-pick libuv/libuv@3a7b955 (Ben Noordhuis) #43950 [ 1a1dea66956 ] – deps: cherry-pick libuv/libuv@abb109f (Ben Noordhuis) #43950 [ Read more…