json-stream-wrapper
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "json-stream-wrapper", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A stream wrapper which wraps a stream into a JSON object", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"build": "rimraf dist && mkdir dist && babel src/*.js -o dist/index.js", | ||
"postinstall": "npm run build" | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -15,0 +15,0 @@ "contributors": [ |
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
0
15295