Socket
Socket
Sign inDemoInstall

json-stream-combiner

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-stream-combiner - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "json-stream-combiner",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easey way to take json objects or files and write them to a destination file.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -26,3 +26,5 @@ Json Stream Combiner

],
'/absolute/path/to/json/output.json');
'/absolute/path/to/json/output.json').then(function() {
console.log('Done!');
})
```

@@ -29,0 +31,0 @@

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