any-db-pool
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -52,4 +52,4 @@ var inherits = require('util').inherits | ||
if (err) return callback ? callback(err) : query.emit('error', err) | ||
self.emit('query', statement, params) | ||
conn.query(query); | ||
self.emit('query', query) | ||
var release = once(self.release.bind(self, conn)) | ||
@@ -56,0 +56,0 @@ query.once('end', release).once('error', release) |
{ | ||
"name": "any-db-pool", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "AnyDB connection pool", | ||
@@ -5,0 +5,0 @@ "main": "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
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
5904