Socket
Socket
Sign inDemoInstall

concat-stream

Package Overview
Dependencies
0
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -12,2 +12,4 @@ var stream = require('stream')

util.inherits(ConcatStream, stream.Stream)
ConcatStream.prototype.write = function(chunk) {

@@ -35,4 +37,2 @@ this.body.push(chunk)

util.inherits(ConcatStream, stream.Stream)
module.exports = function(cb) {

@@ -39,0 +39,0 @@ return new ConcatStream(cb)

{ "name" : "concat-stream"
, "description" : "writable stream that concatenates strings or data and calls a callback with the result"
, "tags" : ["stream", "simple", "util", "utility"]
, "version" : "0.0.2"
, "version" : "0.0.3"
, "author" : "Max Ogden <max@maxogden.com>"

@@ -6,0 +6,0 @@ , "repository" :

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