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 0.2.3 to 0.2.4

4

package.json
{
"name": "sqb",
"description": "Lightweight, multi-dialect SQL query builder for JavaScript",
"version": "0.2.3",
"version": "0.2.4",
"author": "Panates Ltd.",

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

"peerDependencies": {
"sqb-connect": "^0.0.5"
"sqb-connect": "^0.0.8"
},

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

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

SqlBuilder,
SqlObject,

@@ -33,0 +34,0 @@ Select,

@@ -37,3 +37,3 @@ /* SQB

if (config instanceof Serializer) {
config.build(this, (config ? config.params : undefined) || params);
return config.build(this, params);
} else

@@ -40,0 +40,0 @@ return Serializer.create(config).build(this, (config ? config.params : undefined) || params);

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