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.2.0 to 1.2.1

2

index.js

@@ -31,3 +31,3 @@ var stream = require('stream')

ConcatStream.prototype.isArray = function(arr) {
return Array.isArray(arr)
return Object.prototype.toString.call(arr) == '[object Array]'
}

@@ -34,0 +34,0 @@

@@ -10,3 +10,3 @@ {

],
"version": "1.2.0",
"version": "1.2.1",
"author": "Max Ogden <max@maxogden.com>",

@@ -13,0 +13,0 @@ "repository": {

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