Socket
Socket
Sign inDemoInstall

node-querybuilder

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-querybuilder - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.1

4

drivers/drivers.json

@@ -6,3 +6,3 @@ {

"2.5.4": {
"path": "./drivers/mysql/",
"path": "./drivers/mysql",
"active": true

@@ -19,3 +19,3 @@ },

"4.1.0": {
"path": "./drivers/mssql/",
"path": "./drivers/mssql",
"active": true

@@ -22,0 +22,0 @@ },

@@ -272,4 +272,6 @@ class GenericQueryBuilder {

return this._escape_identifiers(v);
return v;
}
else {
return v;
}
});

@@ -276,0 +278,0 @@

{
"name": "node-querybuilder",
"version": "2.0.0-beta.1",
"version": "2.0.1",
"author": "Kyle Farris <kyle@chomponllc.com>",

@@ -5,0 +5,0 @@ "description": "Modeled after Codeigniter's QueryBuilder. Build and execute queries in a safe and database-agnostic way.",

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