Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

all-stream

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-stream - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -15,2 +15,2 @@ module.exports = function (stream, callback) {

});
};
};
{
"name": "all-stream",
"version": "0.1.0",
"version": "0.1.1",
"description": "Consume entire stream via buffer.",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git@github.com:adjohnson916/all-stream.git"
"url": "git@github.com:AndersDJohnson/all-stream.git"
},

@@ -17,8 +17,8 @@ "keywords": [

],
"author": "Anders D. Johnson",
"author": "Anders D. Johnson (https://andersdjohnson.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/adjohnson916/all-stream/issues"
"url": "https://github.com/AndersDJohnson/all-stream/issues"
},
"homepage": "https://github.com/adjohnson916/all-stream"
}
"homepage": "https://github.com/AndersDJohnson/all-stream"
}
all-stream
==========
**DEPRECATED: Use [concat-stream].**
Consume entire stream via buffer.
## Install
```sh
npm i --save all-stream
```
## Use
```js
var allStream = require('all-stream');
allStream(stream, function (err, data) {
if (err) throw err;
console.log(data);
});
```
[concat-stream]: https://www.npmjs.org/package/concat-stream

Sorry, the diff of this file is not supported yet

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