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

pull-stream-to-stream

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-stream-to-stream - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

test/pipe.js

14

index.js

@@ -84,4 +84,15 @@

if(read) s.sink(read)
if(read) {
s.sink(read)
var pipe = s.pipe.bind(s)
s.pipe = function (dest, opts) {
var res = pipe(dest, opts)
if(s.paused) s.resume()
return res
}
}
function drain () {

@@ -138,2 +149,1 @@ waiting = false

}

2

package.json
{
"name": "pull-stream-to-stream",
"description": "",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/dominictarr/pull-stream-to-stream",

@@ -6,0 +6,0 @@ "repository": {

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