Socket
Socket
Sign inDemoInstall

terminus

Package Overview
Dependencies
7
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

7

package.json
{
"name": "terminus",
"version": "1.0.6",
"version": "1.0.7",
"description": "An abstraction for making stream.Writable streams without all the boilerplate.",

@@ -27,8 +27,7 @@ "main": "terminus.js",

"readable-stream": "~1.1.9",
"xtend": "~2.1.1",
"bops": "0.1.1"
"xtend": "~2.1.1"
},
"devDependencies": {
"tape": "~2.3.2",
"stream-spigot": "~3.0.1",
"stream-spigot": "~3.0.2",
"through2-spy": "~1.1.0"

@@ -35,0 +34,0 @@ },

@@ -11,3 +11,2 @@ module.exports = make

, xtend = require("xtend")
, bops = require("bops")

@@ -65,3 +64,3 @@ function noop (chunk, enc, callback) {

else
fn(bops.join(this._collection))
fn(Buffer.concat(this._collection))
})

@@ -68,0 +67,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc