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 0.0.2 to 0.0.3

2

package.json
{
"name": "service-pool",
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"description": "A simple, lightweight, Resource Pool Manager for NodeJS",

@@ -6,0 +6,0 @@ "homepage": "https://agilite.io",

@@ -34,6 +34,3 @@ # service-pool

id,
onAdd: function () {
const url = 'mongodb://localhost/dbname'
return mongoose.createConnection(url)
},
onAdd: mongoose.createConnection('mongodb://localhost/dbname'),
onTest: function (service) {

@@ -40,0 +37,0 @@ return service.readyState === 1

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