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 1.0.3 to 2.1.0

1

index.js

@@ -16,3 +16,2 @@ var ConnectionPool = require('any-db-pool')

var conn = adapter.createConnection(adapterConfig, callback);
conn.adapter = adapterConfig.adapter
return conn

@@ -19,0 +18,0 @@ }

4

package.json
{
"name": "any-db",
"version": "1.0.3",
"version": "2.1.0",
"description": "Database-agnostic connection pooling, querying, and result sets",

@@ -23,3 +23,3 @@ "main": "index.js",

"dependencies": {
"any-db-pool": "~1.0.1",
"any-db-pool": "~2.0.1",
"parse-db-url": "0.0.0"

@@ -26,0 +26,0 @@ },

@@ -1,2 +0,2 @@

# Any-DB - a less-opinionated database abstraction layer.
# Any-DB

@@ -3,0 +3,0 @@ [![Build Status](https://secure.travis-ci.org/grncdr/node-any-db.png?branch=master)](http://travis-ci.org/grncdr/node-any-db)

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