lightning-pool
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -1,2 +0,2 @@ | ||
export declare type Callback = (e?: Error, ...args: any[]) => void; | ||
export type Callback = (e?: Error, ...args: any[]) => void; | ||
export declare enum PoolState { | ||
@@ -3,0 +3,0 @@ IDLE = 0, |
{ | ||
"name": "lightning-pool", | ||
"description": "Fastest generic Pool written with TypeScript", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"author": "Panates Ltd.", | ||
@@ -17,13 +17,13 @@ "contributors": [ | ||
"dependencies": { | ||
"doublylinked": "^2.5.1", | ||
"putil-promisify": "^1.8.5" | ||
"doublylinked": "^2.5.2", | ||
"putil-promisify": "^1.8.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@types/jest": "^29.1.2", | ||
"@types/node": "^18.8.5", | ||
"@typescript-eslint/eslint-plugin": "^5.40.0", | ||
"@typescript-eslint/parser": "^5.40.0", | ||
"@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.25.0", | ||
"eslint": "^8.31.0", | ||
"eslint-config-google": "^0.14.0", | ||
@@ -34,10 +34,10 @@ "eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"jest": "^29.2.0", | ||
"jest": "^29.3.1", | ||
"npm-run-path": "^5.1.0", | ||
"ts-cleanup": "^0.2.5", | ||
"ts-cleanup": "^0.2.6", | ||
"ts-jest": "^29.0.3", | ||
"ts-loader": "^9.4.1", | ||
"ts-loader": "^9.4.2", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.1.0", | ||
"typescript": "^4.8.4" | ||
"tsconfig-paths": "^4.1.2", | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -44,0 +44,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
67746
Updateddoublylinked@^2.5.2
Updatedputil-promisify@^1.8.6