Socket
Socket
Sign inDemoInstall

database-js

Package Overview
Dependencies
0
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

test.json

5

lib/connection.js

@@ -90,2 +90,7 @@ var ConnectionObject = require('./connectionObject');

return new Promise((resolve, reject) => {
if ( 'function' !== typeof this.connection.close ) {
return resolve( true ); // nothing to do
}
this.connection.close().then(() => {

@@ -92,0 +97,0 @@ resolve(true);

13

package.json
{
"name": "database-js",
"version": "3.0.1",
"version": "3.0.2",
"description": "Common Database Interface",

@@ -33,12 +33,3 @@ "main": "index.js",

},
"homepage": "https://github.com/mlaanderson/database-js#readme",
"devDependencies": {
"database-js-adodb": "^1.0.0",
"database-js-firebase": "^1.0.0",
"database-js-ini": "^1.0.0",
"database-js-json": "^1.0.0",
"database-js-mysql": "^1.0.0",
"database-js-postgres": "^1.0.0",
"database-js-sqlite": "^1.0.3"
}
"homepage": "https://github.com/mlaanderson/database-js#readme"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc