🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

hdb-pool

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdb-pool - npm Package Compare versions

Comparing version

to
0.1.5

8

package.json
{
"name": "hdb-pool",
"description": "HANA database connection pool for Node.js",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {

@@ -39,4 +39,5 @@ "start": "node ./bin/www",

],
"peerDependencies": {
"@sap/hana-client": "^2.3.123"
"optionalDependencies": {
"@sap/hana-client": "^2.3.123",
"hdb": "^0.17.0"
},

@@ -52,3 +53,2 @@ "devDependencies": {

"eslint-plugin-standard": "^4.0.0",
"hdb": "^0.17.0",
"mocha": "^5.2.0",

@@ -55,0 +55,0 @@ "nyc": "^13.3.0",

@@ -5,3 +5,3 @@ # SAP HANA Database Connection Pool for Node

HANA Database Connection pool for Node.js, inspired by (and copied some ideals from): [Generic Pool](https://github.com/coopernurse/node-pool).
HANA Database Connection pool for Node.js, inspired by (and copied some ideas from): [Generic Pool](https://github.com/coopernurse/node-pool).

@@ -8,0 +8,0 @@ This module supports [hana-client](https://help.sap.com/viewer/0eec0d68141541d1b07893a39944924e/2.0.03/en-US/58c18548dab04a438a0f9c44be82b6cd.html) and [node-hdb](https://github.com/SAP/node-hdb).