Comparing version 2.0.3 to 3.0.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5793