Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "terminus", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An abstraction for making stream.Writable streams without all the boilerplate.", | ||
@@ -25,6 +25,6 @@ "main": "terminus.js", | ||
"xtend": "~2.1.1", | ||
"bops": "0.0.7" | ||
"bops": "0.1.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "~1.1.1", | ||
"tape": "~2.0.0", | ||
"stream-spigot": "~2.1.2", | ||
@@ -31,0 +31,0 @@ "through2-spy": "~1.1.0" |
@@ -6,2 +6,5 @@ terminus | ||
[![david-dm](https://david-dm.org/brycebaril/node-terminus.png)](https://david-dm.org/brycebaril/node-terminus/) | ||
[![david-dm](https://david-dm.org/brycebaril/node-terminus/dev-status.png)](https://david-dm.org/brycebaril/node-terminus#info=devDependencies/) | ||
`terminus` makes it easier to create streams2 Writable streams. You can either use it like `through2` to eliminate subclassing boilerplate, or use one of the provided helper terminus streams. | ||
@@ -8,0 +11,0 @@ |
@@ -19,3 +19,2 @@ module.exports = make | ||
if (typeof options == "function") { | ||
flush = _write | ||
_write = options | ||
@@ -22,0 +21,0 @@ options = {} |
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
7912
162
62
+ Addedbops@0.1.0(transitive)
- Removedbops@0.0.7(transitive)
Updatedbops@0.1.0