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

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 3.0.9 to 3.0.10

3

lib/pipe.js

@@ -113,2 +113,5 @@ 'use strict';

onResult();
if (end && isGunzip)
onResult();
}

@@ -115,0 +118,0 @@

10

package.json
{
"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

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