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

terminus

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminus - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"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 = {}

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