Socket
Socket
Sign inDemoInstall

concat-stream

Package Overview
Dependencies
6
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.4 to 1.4.5

2

index.js

@@ -48,3 +48,3 @@ var Writable = require('readable-stream').Writable

if (Buffer.isBuffer(firstBuffer)) return 'buffer'
if (firstBuffer instanceof Uint8Array) return 'uint8array'
if (typeof Uint8Array !== 'undefined' && firstBuffer instanceof Uint8Array) return 'uint8array'
if (Array.isArray(firstBuffer)) return 'array'

@@ -51,0 +51,0 @@ if (typeof firstBuffer === 'string') return 'string'

{
"name": "concat-stream",
"version": "1.4.4",
"version": "1.4.5",
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",

@@ -14,6 +14,6 @@ "tags": [

"type": "git",
"url": "http://github.com/maxogden/node-concat-stream.git"
"url": "http://github.com/maxogden/concat-stream.git"
},
"bugs": {
"url": "http://github.com/maxogden/node-concat-stream/issues"
"url": "http://github.com/maxogden/concat-stream/issues"
},

@@ -20,0 +20,0 @@ "engines": [

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