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.7.6 to 3.7.7

2

lib/sqlobject/operators/CompOperator.js

@@ -111,2 +111,4 @@ /* eslint-disable */

__serialize /* istanbul ignore next : This is an abstract method */(ctx, o) {
if (o.value === '()')
return '';
return (Array.isArray(o.expression) ?

@@ -113,0 +115,0 @@ '(' + o.expression.join(',') + ')' : o.expression) +

10

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

@@ -28,3 +28,3 @@ "contributors": [

"errorex": "^2.3.0",
"lightning-pool": "^2.0.9",
"lightning-pool": "^2.0.10",
"putil-flattentext": "^2.0.0",

@@ -39,6 +39,6 @@ "putil-isplainobject": "^1.0.1",

"babel-eslint": "^10.0.1",
"eslint": "^5.15.3",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"mocha": "^6.0.2",
"nyc": "^13.3.0"
"mocha": "^6.1.4",
"nyc": "^14.0.0"
},

@@ -45,0 +45,0 @@ "engines": {

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