New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json-stream-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-stream-wrapper - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

package.json
{
"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": [

2

README.md

@@ -7,4 +7,4 @@ # node-json-stream-wrapper

```javascript
import jsonStreamWrapper, {Base64Stream} from 'json-stream-wrapper';
import JsonStreamWrapper, {Base64Stream} from 'json-stream-wrapper';
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc