Notable changes Support function mocking on Node.js test runner The node:test module supports mocking during testing via a top-level mock object. test('spies on an object method', (t) => { const number = { value: 5, add(a) { return this.value + a; ... more
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 ... more