Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ee-query-builder

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-query-builder - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

11

lib/Functions.js

@@ -42,3 +42,14 @@ !function(){

, like: function(command) {
return ' LIKE '+this._escape(command.value);
}
, notLike: function(command) {
return ' NOT LIKE '+this._escape(command.value);
}
, 'null': function(){

@@ -45,0 +56,0 @@ return ' is null';

2

package.json
{
"name" : "ee-query-builder"
, "description" : "query builder for ee-orm"
, "version" : "0.1.13"
, "version" : "0.1.14"
, "homepage" : "https://github.com/eventEmitter/ee-query-builder"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

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