New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mythix-orm

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mythix-orm - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

8

lib/utils/query-utils.js

@@ -63,9 +63,9 @@ 'use strict';

},
// Like (TODO: Mythix ORM needs to support this)
// Like
'*': (Model, fieldName, query, value) => {
return query.EQ(value);
return query.LIKE(value);
},
// NOT Like (TODO: Mythix ORM needs to support this)
// NOT Like
'!*': (Model, fieldName, query, value) => {
return query.EQ(value);
return query.NOT_LIKE(value);
},

@@ -72,0 +72,0 @@ };

{
"name": "mythix-orm",
"version": "1.4.6",
"version": "1.4.7",
"description": "ORM for Mythix framework",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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