lightning-pool
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -183,3 +183,3 @@ /* lightning-pool | ||
* @param {*} resource | ||
* @param {Function} callback | ||
* @param {Function} [callback] | ||
* @return {Promise} | ||
@@ -186,0 +186,0 @@ */ |
{ | ||
"name": "lightning-pool", | ||
"description": "Fastest object pool implementation for JavaScript", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Panates Ltd.", | ||
@@ -16,9 +16,9 @@ "contributors": [ | ||
"dependencies": { | ||
"doublylinked": "^1.0.7", | ||
"doublylinked": "^2.0.0", | ||
"putil-promisify": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.6", | ||
"eslint": "^5.3.0", | ||
"eslint-config-google": "^0.9.1", | ||
"babel-eslint": "^9.0.0", | ||
"eslint": "^5.5.0", | ||
"eslint-config-google": "^0.10.0", | ||
"istanbul": "^0.4.5", | ||
@@ -28,3 +28,3 @@ "mocha": "^5.2.0" | ||
"engines": { | ||
"node": ">= 4.0" | ||
"node": ">= 6.0" | ||
}, | ||
@@ -31,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
34890
+ Addeddoublylinked@2.5.5(transitive)
- Removeddoublylinked@1.0.7(transitive)
Updateddoublylinked@^2.0.0