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

sqb-connect

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqb-connect - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"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 @@

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