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 1.4.0 to 1.4.1

2

CHANGELOG.md
## Change log
**2018-02-19 | 1.4.0**
**2018-02-19 | 1.4.1**

@@ -6,0 +6,0 @@ * [+] Alternative way added for defining conditions. (Native objects)

@@ -75,7 +75,2 @@ /* SQB

Object.assign(Op, {
'btw': Op.between,
'nbtw': Op.notBetween,
'nin': Op.notIn,
'nlike': Op.notLike,
'nilike': Op.notILike,
'=': Op.eq,

@@ -87,6 +82,13 @@ '!=': Op.ne,

'<=': Op.lte,
'btw': Op.between,
'nbtw': Op.notBetween,
'!between': Op.notBetween,
'!btw': Op.notBetween,
'nin': Op.notIn,
'!in': Op.notIn,
'nlike': Op.notLike,
'!like': Op.notLike,
'nilike': Op.notILike,
'!ilike': Op.notILike,
'!is': Op.not,
'!in': Op.notIn
'!is': Op.not
});

@@ -93,0 +95,0 @@

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

@@ -6,0 +6,0 @@ "contributors": [

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