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

darksdb-dev

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darksdb-dev - npm Package Compare versions

Comparing version 2.1.2-devbuild0 to 2.1.2-devbuild1

2

package.json
{
"name": "darksdb-dev",
"version": "2.1.2-devbuild0",
"version": "2.1.2-devbuild1",
"description": "Lightweight API to use in conjunction with MySQL",

@@ -5,0 +5,0 @@ "main": "src/database/darkdb.js",

@@ -9,4 +9,4 @@ ### Latest Version: 2.1.2

- 2.1.2-devbuild0:
- Added checkPool(), to verify a connection exists.
- 2.1.2-devbuild1:
- Make checkPool() exit the process if no pool

@@ -13,0 +13,0 @@ # DarksDB

@@ -55,4 +55,3 @@ const mysql = require("promise-mysql");

console.error('No connection pool exists');
return reject(false);
process.exit(2)
}

@@ -59,0 +58,0 @@ return resolve(true)

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