New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

any-db

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-db - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

index.js

@@ -20,3 +20,3 @@ var url = require('url')

var pool = new ConnectionPool(adapter, parsed, opts || {})
pool.begin = Transaction.createPoolBeginMethod(pool, adapter.createQuery)
pool.begin = Transaction.createPoolBeginMethod(adapter.createQuery)
return pool

@@ -23,0 +23,0 @@ }

{
"name": "any-db",
"version": "0.4.1",
"version": "0.4.2",
"description": "Database-agnostic connection pooling, querying, and result sets",

@@ -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