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.23 to 1.1.24

7

lib/pipe.js

@@ -38,3 +38,4 @@ (function () {

onWriteError = function(error) {
writeError = true;
writeError = true;
finish = true;
onError(error);

@@ -45,3 +46,5 @@ onResult();

onReadError = function(error) {
readError = true;
readError = true;
end = true;
onError(error);

@@ -48,0 +51,0 @@ onResult();

{
"name": "pipe-io",
"version": "1.1.23",
"version": "1.1.24",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Pipe streams and handle events",
"homepage": "http://github.com/coderaiser/pipe-io",
"keywords": [
"pipe",
"stream"
],
"repository": {

@@ -8,0 +12,0 @@ "type": "git",

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