Comparing version 0.81.0-3 to 0.81.0-4
{ | ||
"name": "nw", | ||
"version": "0.81.0-3", | ||
"version": "0.81.0-4", | ||
"description": "A installer for nw.js", | ||
@@ -9,9 +9,10 @@ "repository": { | ||
}, | ||
"main": "lib/findpath.mjs", | ||
"main": "lib/findpath.js", | ||
"bin": { | ||
"nw": "bin/nw" | ||
"nw": "bin/nw.js" | ||
}, | ||
"scripts": { | ||
"postinstall": "node lib/install.mjs", | ||
"test": "node --test-reporter=spec --test test/index.mjs" | ||
"postinstall": "node lib/install.js", | ||
"test": "node --test-reporter=spec --test test/index.js", | ||
"dry-run": "nw ./test/app" | ||
}, | ||
@@ -18,0 +19,0 @@ "files": [ |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
16185
313
1