Socket
Socket
Sign inDemoInstall

from2

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

from2 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -47,3 +47,3 @@ var Readable = require('readable-stream').Readable

if (self.destroyed) return
if (err) return self.emit('error', err)
if (err) return self.destroy(err)
if (data === null) return self.push(null)

@@ -50,0 +50,0 @@ self._reading = false

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

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

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