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 3.0.7 to 3.0.8

2

lib/pipe.js

@@ -23,3 +23,3 @@ 'use strict';

if (options.end && pipeline)
return pipeline.apply(null, [streams].concat(callback));
return pipeline(streams, callback);

@@ -26,0 +26,0 @@ pipe(streams, options, callback);

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

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

"pullout": "^2.0.0",
"pump": "^3.0.0",
"redrun": "^7.0.0",

@@ -42,0 +43,0 @@ "tape": "^4.2.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