Comparing version 3.0.9 to 3.0.10
@@ -113,2 +113,5 @@ 'use strict'; | ||
onResult(); | ||
if (end && isGunzip) | ||
onResult(); | ||
} | ||
@@ -115,0 +118,0 @@ |
{ | ||
"name": "pipe-io", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -34,3 +34,3 @@ "description": "Pipe streams and handle events", | ||
"eslint": "^5.3.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-node": "^8.0.0", | ||
"gunzip-maybe": "^1.4.1", | ||
@@ -40,3 +40,3 @@ "mock-require": "^3.0.2", | ||
"nyc": "^13.0.1", | ||
"pullout": "^2.0.0", | ||
"pullout": "^3.0.0", | ||
"pump": "^3.0.0", | ||
@@ -46,4 +46,6 @@ "redrun": "^7.0.0", | ||
"tar-fs": "^1.14.0", | ||
"try-to-catch": "^1.0.2" | ||
"through2": "^3.0.0", | ||
"try-to-catch": "^1.0.2", | ||
"try-to-tape": "^1.0.0" | ||
} | ||
} |
Pipe-io [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL] | ||
========= | ||
Pipe [streams](https://github.com/substack/stream-handbook) and handle events. | ||
Uses [stream.pipeline](https://nodejs.org/dist/latest-v10.x/docs/api/stream.html#stream_stream_pipeline_streams_callback) where can. | ||
@@ -8,3 +9,3 @@ ## Install | ||
``` | ||
npm i pipe-io --save | ||
npm i pipe-io | ||
``` | ||
@@ -11,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13779
136
49
15