service-pool
Advanced tools
Comparing version 2.3.0-rc-4 to 2.3.0-rc-5
{ | ||
"name": "service-pool", | ||
"license": "MIT", | ||
"version": "2.3.0-rc-4", | ||
"type": "module", | ||
"version": "2.3.0-rc-5", | ||
"description": "A simple, lightweight, Resource Pool Manager for NodeJS", | ||
@@ -24,5 +23,7 @@ "homepage": "https://agilite.io", | ||
], | ||
"main": "lib/ServicePool.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha --reporter mochawesome", | ||
"build": "npx prettier --write . && tsc", | ||
"deploy": "npx prettier --check . && tsc && npm publish" | ||
}, | ||
@@ -41,5 +42,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/axios": "0.14.0", | ||
"@types/node": "^20.12.12", | ||
"chai": "5.1.1", | ||
"mocha": "10.4.0" | ||
"eslint": "9.3.0", | ||
"mocha": "10.4.0", | ||
"mochawesome": "7.1.3", | ||
"prettier": "3.2.5", | ||
"typescript": "5.4.5" | ||
} | ||
} |
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
15270
23
214
8
1
No