lightning-pool
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -10,3 +10,3 @@ "use strict"; | ||
PoolState[PoolState["CLOSED"] = 3] = "CLOSED"; | ||
})(PoolState = exports.PoolState || (exports.PoolState = {})); | ||
})(PoolState || (exports.PoolState = PoolState = {})); | ||
var ResourceState; | ||
@@ -17,2 +17,2 @@ (function (ResourceState) { | ||
ResourceState[ResourceState["VALIDATION"] = 2] = "VALIDATION"; | ||
})(ResourceState = exports.ResourceState || (exports.ResourceState = {})); | ||
})(ResourceState || (exports.ResourceState = ResourceState = {})); |
{ | ||
"name": "lightning-pool", | ||
"description": "Fastest generic Pool written with TypeScript", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"author": "Panates Ltd.", | ||
@@ -17,26 +17,26 @@ "contributors": [ | ||
"dependencies": { | ||
"doublylinked": "^2.5.2", | ||
"putil-promisify": "^1.8.6" | ||
"doublylinked": "^2.5.3", | ||
"putil-promisify": "^1.10.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@types/jest": "^29.2.5", | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.48.0", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"dotenv": "^16.0.3", | ||
"eslint": "^8.31.0", | ||
"@babel/eslint-parser": "^7.22.15", | ||
"@types/jest": "^29.5.4", | ||
"@types/node": "^20.6.0", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.49.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-security": "^1.5.0", | ||
"eslint-plugin-simple-import-sort": "^8.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"jest": "^29.3.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-security": "^1.7.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-unused-imports": "^3.0.0", | ||
"jest": "^29.6.4", | ||
"npm-run-path": "^5.1.0", | ||
"ts-cleanup": "^0.2.6", | ||
"ts-jest": "^29.0.3", | ||
"ts-loader": "^9.4.2", | ||
"ts-jest": "^29.1.1", | ||
"ts-loader": "^9.4.4", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.1.2", | ||
"typescript": "^4.9.4" | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "type": "module", |
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
67729
Updateddoublylinked@^2.5.3
Updatedputil-promisify@^1.10.1