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

sqb

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqb - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

6

lib/meta_data/DBMeta.js

@@ -43,2 +43,6 @@ /* SQB

get supportsSchemas() {
return !!this._metaOp.supportsSchemas;
}
invalidate() {

@@ -58,3 +62,3 @@ /* istanbul ignore else */

*
* @param {String} nameLike
* @param {String} [nameLike]
* @return {Promise}

@@ -61,0 +65,0 @@ */

1

lib/meta_data/SchemaMeta.js

@@ -13,3 +13,2 @@ /* SQB

const MetaDataTable = require('./TableMeta');
const Op = require('../sqb_ns').Op;

@@ -16,0 +15,0 @@ /**

{
"name": "sqb",
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript",
"version": "3.4.1",
"version": "3.4.2",
"author": "Panates Ltd.",

@@ -6,0 +6,0 @@ "contributors": [

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