stream-collect
Advanced tools
Comparing version 2.1.5 to 2.2.0
@@ -134,3 +134,2 @@ 'use strict'; | ||
module.exports = collect; | ||
@@ -137,0 +136,0 @@ collect.addToStream = addToStream; |
{ | ||
"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" | ||
] | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7519
Updateddebug@^4.3.1