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

odata-query-sequelize

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odata-query-sequelize - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

dist/commonjs/index.js

@@ -212,3 +212,5 @@ "use strict";

// Simple boolean functions (startswith, endswith, contains , substringof //Add by Kritchapon.C)
result.push(op + "(" + propName + "," + handleValue(value[op]) + ")");
// result.push(`${op}(${propName},${handleValue(value[op])})`);
// EDIT BY KRITCHAPON.C
result.push(op + "(" + handleValue(value[op]) + "," + propName + ")");
}

@@ -215,0 +217,0 @@ else {

{
"name": "odata-query-sequelize",
"version": "1.0.4",
"version": "1.0.5",
"author": "Kritchapon.c <kritchapon.c@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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