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

stream-to

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-to - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

index.js

@@ -13,3 +13,2 @@ exports.array = toArray

stream.once('end', cleanup)
stream.once('close', callback)
stream.once('close', cleanup)

@@ -32,3 +31,2 @@

stream.removeListener('end', cleanup)
stream.removeListener('close', callback)
stream.removeListener('close', cleanup)

@@ -35,0 +33,0 @@ }

2

package.json
{
"name": "stream-to",
"description": "Concatenate a readable stream's data into either a single buffer, string, or array.",
"version": "0.0.1",
"version": "0.1.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

@@ -5,2 +5,7 @@ # Stream to ______ [![Build Status](https://travis-ci.org/jonathanong/stream-to.png)](https://travis-ci.org/jonathanong/stream-to)

You may also be interested in:
- [cursor-methods](https://github.com/jonathanong/cursor-methods)
- [cat-stream](https://github.com/jonathanong/cat-stream)
## API

@@ -96,2 +101,2 @@

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
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