json-stream-wrapper
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "json-stream-wrapper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A stream wrapper which wraps a stream into a JSON object", | ||
@@ -11,3 +11,4 @@ "main": "dist/index.js", | ||
"test:coverage": "istanbul cover _mocha -x -- --compilers js:babel/register --reporter dot --recursive -r setup-referee-sinon/globals test/unit", | ||
"build": "rimraf dist && mkdir dist && babel src/*.js -o dist/index.js" | ||
"build": "rimraf dist && mkdir dist && babel src/*.js -o dist/index.js", | ||
"postinstall": "npm run build" | ||
}, | ||
@@ -14,0 +15,0 @@ "contributors": [ |
@@ -7,4 +7,4 @@ # node-json-stream-wrapper | ||
```javascript | ||
import jsonStreamWrapper, {Base64Stream} from 'json-stream-wrapper'; | ||
import JsonStreamWrapper, {Base64Stream} from 'json-stream-wrapper'; | ||
``` |
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
15296
1