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 2.0.3 to 3.0.0

2

index.js

@@ -13,3 +13,3 @@ /**

const defaultOpts = {
bubbleErrors: false,
bubbleErrors: true,
objectMode: true

@@ -16,0 +16,0 @@ }

{
"name": "multipipe",
"version": "2.0.3",
"version": "3.0.0",
"description": "pipe streams with centralized error handling",

@@ -12,6 +12,6 @@ "license": "MIT",

"devDependencies": {
"mocha": "^3.0.0",
"prettier-standard": "^7.0.3",
"standard": "^10.0.3",
"through2": "^2.0.0"
"mocha": "^5.2.0",
"prettier-standard": "^8.0.1",
"standard": "^11.0.1",
"through2": "^3.0.0"
},

@@ -18,0 +18,0 @@ "scripts": {

@@ -6,3 +6,3 @@ # multipipe

[![build status](https://travis-ci.org/juliangruber/multipipe.svg?branch=master)](http://travis-ci.org/juliangruber/multipipe)
[![downloads](https://img.shields.io/npm/dm/multipipe.svg)](https://www.npmjs.org/package/multipipe)
[![downloads](https://img.shields.io/npm/dm/multipipe.svg)](https://www.npmjs.org/package/multipipe) [![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/multipipe.svg)](https://greenkeeper.io/)

@@ -9,0 +9,0 @@ ## Example

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