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

src-stream

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

src-stream - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -21,3 +21,3 @@ /*!

*
* // wrap some plugin that creates a readable stream
* // wrap something that returns a readable stream
* var stream = src(plugin());

@@ -24,0 +24,0 @@ *

{
"name": "src-stream",
"description": "Wrap readable streams to turn them into passthrough streams.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/doowb/src-stream",

@@ -29,3 +29,13 @@ "author": "Brian Woodward (https://github.com/doowb)",

"through2": "^2.0.0"
},
"verb": {
"related": {
"list": [
"stream-loader",
"merge-stream",
"duplexify",
"through2"
]
}
}
}

@@ -19,4 +19,2 @@ # src-stream [![NPM version](https://badge.fury.io/js/src-stream.svg)](http://badge.fury.io/js/src-stream) [![Build Status](https://travis-ci.org/doowb/src-stream.svg)](https://travis-ci.org/doowb/src-stream)

<!-- add a path or glob pattern for files with code comments to use for docs -->
### [srcStream](index.js#L39)

@@ -36,3 +34,3 @@

// wrap some plugin that creates a readable stream
// wrap something that returns a readable stream
var stream = src(plugin());

@@ -52,4 +50,2 @@

<!-- add an array of related projects, then un-escape the helper -->
* [duplexify](https://github.com/mafintosh/duplexify): Turn a writeable and readable stream into a streams2 duplex stream with support for async… [more](https://github.com/mafintosh/duplexify)

@@ -56,0 +52,0 @@ * [merge-stream](https://github.com/grncdr/merge-stream): Create a stream that emits events from multiple other streams

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