Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "jspackage", | ||
"description": "build tool which adds client-side import syntax", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": { | ||
@@ -25,3 +25,6 @@ "name": "Andrew Kelley", | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "node lib/test.js", | ||
"build": "coco -bco lib/ src/", | ||
"watch": "coco -wbco lib/ src/", | ||
"clean": "rm -rf lib/" | ||
}, | ||
@@ -34,3 +37,3 @@ "engines": { | ||
}, | ||
"main": "jspackage.js" | ||
"main": "./lib/jspackage.js" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
15517
6
475
2
0
2