We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e534b commit 26d65eaCopy full SHA for 26d65ea
test.js
@@ -39,6 +39,7 @@ async function t () {
39
assert.ok(await isNodeVulnerable('v0.12.18'))
40
41
// Platform specific
42
+ assert.ok(await isNodeVulnerable('22.4.0', 'win32'))
43
assert.ok(await isNodeVulnerable('19.0.0', 'linux'))
44
assert.ok(await isNodeVulnerable('18.0.0', 'win32'))
45
assert.ok(await isNodeVulnerable('14.0.0', 'android'))
0 commit comments