Comparing version 0.1.0 to 0.1.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15
26
2325
4
1