lightning-pool
Advanced tools
Comparing version 4.6.0 to 4.6.1
{ | ||
"name": "lightning-pool", | ||
"description": "Fastest generic Pool written with TypeScript", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"author": "Panates Ltd.", | ||
@@ -13,38 +13,2 @@ "license": "MIT", | ||
}, | ||
"devDependencies": { | ||
"@panates/eslint-config": "^1.0.16", | ||
"@panates/eslint-config-ts": "^1.0.16", | ||
"@panates/tsconfig": "^1.0.16", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.2.0", | ||
"dotenv": "^16.4.5", | ||
"jest": "^29.7.0", | ||
"npm-run-path": "^5.3.0", | ||
"prettier": "^3.3.3", | ||
"ts-cleanup": "^1.1.0", | ||
"ts-jest": "^29.2.4", | ||
"ts-loader": "^9.5.1", | ||
"ts-node": "^10.9.2", | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.5.4" | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --max-warnings=0", | ||
"lint:fix": "eslint . --max-warnings=0 --fix", | ||
"format": "prettier . --write --log-level=warn", | ||
"clean": "npm run clean:src && npm run clean:dist", | ||
"clean:dist": "rimraf build coverage", | ||
"clean:src": "ts-cleanup -s src --all | ts-cleanup -s test", | ||
"prebuild": "npm run clean:dist && npm run lint", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc -b tsconfig-build-cjs.json", | ||
"build:esm": "tsc -b tsconfig-build-esm.json", | ||
"postbuild": "npm run postbuild:copyfiles && node ./support/postbuild.cjs", | ||
"postbuild:copyfiles": "cp LICENSE README.md ./build", | ||
"test": "jest --runInBand --detectOpenHandles", | ||
"precover": "rimraf coverage", | ||
"cover": "jest --maxWorkers=1 --coverage", | ||
"precitest": "rimraf coverage", | ||
"citest": "jest --coverage --coverageReporters=lcov" | ||
}, | ||
"main": "./cjs/index.js", | ||
@@ -75,2 +39,2 @@ "module": "./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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
66229
0
24
1532
1