Socket
Socket
Sign inDemoInstall

sorted-union-stream

Package Overview
Dependencies
4
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

4

index.js

@@ -57,3 +57,3 @@ const { Readable } = require('streamx')

this.left.consume()
return this._read(cb)
return cb(null)
}

@@ -63,3 +63,3 @@

this.right.consume()
this._read(cb)
cb(null)
}

@@ -66,0 +66,0 @@

{
"name": "sorted-union-stream",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc