🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

node-jdbc-driver

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-jdbc-driver - npm Package Compare versions

Comparing version

to
1.0.9

2

package.json
{
"name": "node-jdbc-driver",
"version": "1.0.8",
"version": "1.0.9",
"description": "This package is help to use jdbc connection",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,3 +5,3 @@ # node-jdbc-driver

## Latest Version
- 1.0.8
- 1.0.9

@@ -20,3 +20,3 @@ ## Installation

const host = '<host>';
const port = <port>;
const port = '<port>';
const database = '<database_name>';

@@ -23,0 +23,0 @@ const username = '<username>';