Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

service-pool

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

service-pool - npm Package Compare versions

Comparing version 2.3.0-rc-4 to 2.3.0-rc-5

.eslintignore

17

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc