Comparing version 3.5.2 to 3.5.3
@@ -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 @@ |
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
120500
4432
Updateddoublylinked@^2.0.1
Updatedlightning-pool@^2.0.4