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.1.6 to 1.1.7

10

lib/pipe.js

@@ -6,3 +6,3 @@ (function () {

exec = require('execon'),
check = require('checkup');
assert = require('assert');

@@ -28,3 +28,4 @@ module.exports = all;

check(arguments, ['streams', 'callback']);
assert(streams, 'could not be empty!');
assert(options, 'could not be empty!');

@@ -78,4 +79,5 @@ if (!callback) {

check(arguments, ['readStream', 'callback']);
assert(readStram, 'could not be empty!');
assert(callback, 'could not be empty!');
readStream.on('data', function(chunk) {

@@ -82,0 +84,0 @@ body += chunk;

3

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

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

"dependencies": {
"checkup": "~1.0.2",
"execon": "~1.1.0"

@@ -15,0 +14,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