lightning-pool
Advanced tools
Comparing version 2.1.5 to 2.1.6
{ | ||
"name": "lightning-pool", | ||
"description": "Fastest object pool implementation for JavaScript", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"author": "Panates Ltd.", | ||
@@ -16,16 +16,15 @@ "contributors": [ | ||
"dependencies": { | ||
"doublylinked": "^2.2.3", | ||
"doublylinked": "^2.2.4", | ||
"errorex": "^2.3.2", | ||
"putil-promisify": "^1.7.1" | ||
"putil-promisify": "^1.7.2" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint": "^7.4.0", | ||
"eslint-config-google": "^0.14.0", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.1", | ||
"rejected-or-not": "^1.0.1" | ||
"mocha": "^8.0.1", | ||
"nyc": "^15.1.0", | ||
"rejected-or-not": "^2.0.0" | ||
}, | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 8.0" | ||
}, | ||
@@ -32,0 +31,0 @@ "directories": { |
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
5
36977
Updateddoublylinked@^2.2.4
Updatedputil-promisify@^1.7.2