Socket
Socket
Sign inDemoInstall

stream-to-array

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-to-array - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

2

index.js
var Promise = require('native-or-bluebird')
var Promise = require('any-promise')

@@ -4,0 +4,0 @@ module.exports = function (stream, done) {

{
"name": "stream-to-array",
"description": "Concatenate a readable stream's data into a single array",
"version": "2.2.1",
"version": "2.3.0",
"author": {

@@ -14,9 +14,8 @@ "name": "Jonathan Ong",

"dependencies": {
"native-or-bluebird": "1"
"any-promise": "^1.1.0"
},
"devDependencies": {
"bluebird": "^3.1.1",
"istanbul": "0",
"mocha": "^2.3.3",
"trycatch": "^1.5.21"
"istanbul": "^0.4.2",
"mocha": "^2.3.3"
},

@@ -23,0 +22,0 @@ "scripts": {

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