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 1.2.4 to 1.2.5

8

lib/pipe.js

@@ -108,5 +108,5 @@ 'use strict';

function onResult() {
var justEnd = end && !isFsWrite,
justFinish = write && !isFsRead,
bothFinish = end && finish;
var justEnd = end && !options.end;
var justFinish = finish && !options.end;
var bothFinish = end && finish;

@@ -118,3 +118,3 @@ if (readError && finish) {

} else if (writeError && isGunzip) {
onEnd();
onEnd();
} else if (open && readError) {

@@ -121,0 +121,0 @@ onEnd();

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

@@ -31,3 +31,3 @@ "description": "Pipe streams and handle events",

},
"main": "./lib/pipe.js",
"main": "lib/pipe.js",
"devDependencies": {

@@ -34,0 +34,0 @@ "coveralls": "^2.11.6",

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