Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-collect

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-collect - npm Package Compare versions

Comparing version 2.1.5 to 2.2.0

1

index.js

@@ -134,3 +134,2 @@ 'use strict';

module.exports = collect;

@@ -137,0 +136,0 @@ collect.addToStream = addToStream;

19

package.json
{
"name": "stream-collect",
"version": "2.1.5",
"version": "2.2.0",
"description": "Collects the output of a stream",

@@ -17,9 +17,9 @@ "keywords": [

"dependencies": {
"debug": "^4.1.1"
"debug": "^4.3.1"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"jest": "^24.8.0"
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3"
},

@@ -45,2 +45,3 @@ "author": "Daniel Lewis",

"func-names": "off",
"max-classes-per-file": "off",
"max-len": [

@@ -56,5 +57,9 @@ "error",

"no-param-reassign": "off",
"no-underscore-dangle": "off"
"no-underscore-dangle": "off",
"strict": [
"error",
"global"
]
}
}
}
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