mississippi
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -5,4 +5,7 @@ # mississippi Change Log | ||
## 3.0.0 - 2018-02-26 | ||
* Update to pump@3.0.0. Returns the last stream the pipeline to enable chaining. (Use the individual modules to avoid potentially unnecessary major updates in your project). | ||
## 2.0.0 - 2018-01-30 | ||
* Update to pump@2.0.1. (Use the individual modules to avoid potentially unnecessary major updates in your project) | ||
* Pin engines support to >= Node 4.0.0. Run Node LTS or greater. |
{ | ||
"name": "mississippi", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "a collection of useful streams", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"parallel-transform": "^1.1.0", | ||
"pump": "^2.0.1", | ||
"pump": "^3.0.0", | ||
"pumpify": "^1.3.3", | ||
@@ -21,0 +21,0 @@ "stream-each": "^1.1.0", |
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
16308
+ Addedpump@3.0.2(transitive)
Updatedpump@^3.0.0