Socket
Socket
Sign inDemoInstall

from2

Package Overview
Dependencies
5
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.2.0

8

index.js

@@ -57,4 +57,8 @@ var Readable = require('readable-stream').Readable

this.destroyed = true
if (err) this.emit('error', err)
this.emit('close')
var self = this
process.nextTick(function() {
if (err) self.emit('error', err)
self.emit('close')
})
}

@@ -61,0 +65,0 @@

{
"name": "from2",
"description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",

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

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