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

any-db-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

any-db-pool - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -52,3 +52,3 @@ var inherits = require('util').inherits

if (err) return callback ? callback(err) : query.emit('error', err)
this.emit('query', statement, params)
self.emit('query', statement, params)
conn.query(query);

@@ -55,0 +55,0 @@ var release = once(self.release.bind(self, conn))

{
"name": "any-db-pool",
"version": "0.0.4",
"version": "0.0.5",
"description": "AnyDB connection pool",

@@ -5,0 +5,0 @@ "main": "index.js",

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