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

multipipe

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multipipe - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

index.js

@@ -9,2 +9,3 @@

var Readable = require('stream').PassThrough;
var objectAssign = require('object-assign');

@@ -60,3 +61,3 @@ /**

var ret;
opts = Object.assign({}, defaultOpts, opts)
opts = objectAssign({}, defaultOpts, opts)

@@ -63,0 +64,0 @@ if (!first) {

{
"name": "multipipe",
"version": "1.0.0",
"version": "1.0.1",
"description": "pipe streams with centralized error handling",

@@ -8,3 +8,4 @@ "license": "MIT",

"dependencies": {
"duplexer2": "^0.1.2"
"duplexer2": "^0.1.2",
"object-assign": "^4.1.0"
},

@@ -11,0 +12,0 @@ "devDependencies": {

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