Socket
Socket
Sign inDemoInstall

read-file-stdin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-file-stdin - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

History.md

@@ -0,1 +1,5 @@

0.0.4 - May 7, 2014
-------------------------
* switch from `node-concat-stream` to `stream-to-array`
0.0.3 - December 19, 2013

@@ -2,0 +6,0 @@ -------------------------

4

index.js
var concat = require('concat-stream');
var concat = require('stream-to-array');
var fs = require('fs');

@@ -22,2 +22,2 @@

concat(stream, callback);
}
}

@@ -11,6 +11,6 @@ {

],
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"dependencies": {
"concat-stream": "visionmedia/node-concat-stream#0.0.1"
"stream-to-array": "^1.0.0"
},

@@ -17,0 +17,0 @@ "devDependencies": {

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