lightning-pool
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "lightning-pool", | ||
"description": "Fastest generic Pool written with TypeScript", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"author": "Panates Ltd.", | ||
@@ -22,6 +22,6 @@ "contributors": [ | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@types/jest": "^29.0.2", | ||
"@types/jest": "^29.0.3", | ||
"@types/node": "^18.7.18", | ||
"@typescript-eslint/eslint-plugin": "^5.37.0", | ||
"@typescript-eslint/parser": "^5.37.0", | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
"@typescript-eslint/parser": "^5.38.0", | ||
"dotenv": "^16.0.2", | ||
@@ -38,3 +38,3 @@ "eslint": "^8.23.1", | ||
"ts-jest": "^29.0.1", | ||
"ts-loader": "^9.3.1", | ||
"ts-loader": "^9.4.1", | ||
"ts-node": "^10.9.1", | ||
@@ -45,7 +45,8 @@ "tsconfig-paths": "^4.1.0", | ||
"type": "module", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"types": "esm/index.d.ts", | ||
"exports": { | ||
".": "./cjs/index.js", | ||
".": { | ||
"require": "./cjs/index.js", | ||
"default": "./esm/index.js" | ||
}, | ||
"./cjs": "./cjs/index.js", | ||
@@ -52,0 +53,0 @@ "./esm": "./esm/index.js" |
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
67731
0