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.5.2 to 3.5.3

4

lib/Serializable.js

@@ -22,3 +22,5 @@ /* SQB

'and', 'or', 'not', 'between', 'null', 'like', 'ilike',
'count', 'sum', 'average', 'avg'];
'count', 'sum', 'average', 'avg', 'cascade', 'authorization',
'create', 'add', 'drop', 'alter', 'index', 'private', 'sequence',
'default', 'constraint', 'references', 'primary', 'foreign'];

@@ -25,0 +27,0 @@ /**

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

@@ -23,5 +23,5 @@ "contributors": [

"debug": "^4.1.0",
"doublylinked": "^2.0.0",
"doublylinked": "^2.0.1",
"errorex": "^2.0.3",
"lightning-pool": "^2.0.3",
"lightning-pool": "^2.0.4",
"putil-flattentext": "^2.0.0",

@@ -36,5 +36,5 @@ "putil-isplainobject": "^1.0.1",

"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-config-google": "^0.10.0",
"nyc": "^13.0.1",
"eslint": "^5.7.0",
"eslint-config-google": "^0.11.0",
"nyc": "^13.1.0",
"mocha": "^5.2.0"

@@ -41,0 +41,0 @@ },

@@ -20,3 +20,3 @@

SQB is an extensible, multi-dialect SQL query builder and Database connection wrapper for NodeJS.
SQB is an [extensible](./docs/extensions.md), multi-dialect SQL query builder and Database connection wrapper for NodeJS.

@@ -30,3 +30,3 @@ ## Main goals

- Support latest JavaScript language standards
- Lightweight and extensible framework
- Lightweight and [extensible](./docs/extensions.md) framework.

@@ -33,0 +33,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