Socket
Socket
Sign inDemoInstall

concat-stream

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concat-stream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

5

index.js
var stream = require('stream')
var bops = require('bops')
var util = require('util')

@@ -36,5 +37,3 @@

if (this.isArray(this.body[0])) return this.arrayConcat(this.body)
if (typeof(Buffer) !== "undefined" && Buffer.isBuffer(this.body[0])) {
return Buffer.concat(this.body)
}
if (bops.is(this.body[0])) return bops.join(this.body)
return this.body

@@ -41,0 +40,0 @@ }

39

package.json

@@ -1,13 +0,30 @@

{ "name" : "concat-stream"
, "description" : "writable stream that concatenates strings or data and calls a callback with the result"
, "tags" : ["stream", "simple", "util", "utility"]
, "version" : "1.0.0"
, "author" : "Max Ogden <max@maxogden.com>"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/maxogden/node-concat-stream.git"
{
"name": "concat-stream",
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",
"tags": [
"stream",
"simple",
"util",
"utility"
],
"version": "1.0.1",
"author": "Max Ogden <max@maxogden.com>",
"repository": {
"type": "git",
"url": "http://github.com/maxogden/node-concat-stream.git"
},
"bugs": {
"url": "http://github.com/maxogden/node-concat-stream/issues"
},
"engines": [
"node >= 0.8.0"
],
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"license": "BSD",
"dependencies": {
"bops": "0.0.6"
}
, "bugs" :
{ "url" : "http://github.com/maxogden/node-concat-stream/issues" }
, "engines" : ["node >= 0.8.0"]
}
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