Socket
Socket
Sign inDemoInstall

pipe-io

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipe-io - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

lib/pipe.js

@@ -107,3 +107,2 @@ 'use strict';

readError = true;
writeError = true;

@@ -128,2 +127,5 @@ if (!end && !finish)

if (readError && writeOpened)
return onEnd();
if (bothFinish || justEnd)

@@ -130,0 +132,0 @@ return onEnd();

{
"name": "pipe-io",
"version": "4.0.0",
"version": "4.0.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -34,12 +34,11 @@ "description": "Pipe streams and handle events",

"eslint": "^6.4.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-putout": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-putout": "^3.5.0",
"gunzip-maybe": "^1.4.1",
"madrun": "^3.0.3",
"nodemon": "^1.11.0",
"nyc": "^14.1.1",
"pullout": "^3.0.0",
"madrun": "^5.4.5",
"nodemon": "^2.0.3",
"nyc": "^15.0.1",
"pullout": "^4.0.0",
"pump": "^3.0.0",
"putout": "^6.0.0",
"redrun": "^7.0.0",
"putout": "^7.22.0",
"supertape": "^1.2.3",

@@ -49,4 +48,4 @@ "tar-fs": "^2.0.0",

"through2": "^3.0.0",
"try-to-catch": "^1.0.2"
"try-to-catch": "^3.0.0"
}
}

Sorry, the diff of this file is not supported yet

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