sqb-connect
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "sqb-connect", | ||
"description": "Connect interface for SQB", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -9,4 +9,2 @@ /* SQB-connect | ||
const util = require('util'); | ||
/** | ||
@@ -29,6 +27,7 @@ * @class | ||
// Late inheritance from SqlBuilder | ||
const {SqlBuilder} = require('sqb'); | ||
Object.getOwnPropertyNames(SqlBuilder.prototype).forEach(key => { | ||
this[key] = SqlBuilder.prototype[key]; | ||
}); | ||
const SqlBuilder = DbPool._sqb && DbPool._sqb.SqlBuilder; | ||
if (SqlBuilder) | ||
Object.getOwnPropertyNames(SqlBuilder.prototype).forEach(key => { | ||
this[key] = SqlBuilder.prototype[key]; | ||
}); | ||
} | ||
@@ -35,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
11661
6