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

promisepipe

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promisepipe - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

index.js

@@ -25,3 +25,5 @@ 'use strict';

const events = typeof stream._read === 'function' ? readableEvents : writableEvents; // see https://github.com/epeli/node-promisepipe/issues/2
// see https://github.com/epeli/node-promisepipe/issues/2
// and https://github.com/epeli/node-promisepipe/issues/15
const events = stream.readable || typeof stream._read === 'function' ? readableEvents : writableEvents;

@@ -28,0 +30,0 @@ function on(evt) {

{
"name": "promisepipe",
"version": "2.1.2",
"version": "2.1.3",
"description": "Pipe node.js streams safely with Promises",

@@ -5,0 +5,0 @@ "main": "index.js",

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