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.2 to 1.4.3

3

lib/query-engine/field-scope.js

@@ -32,5 +32,2 @@ 'use strict';

toString(...args) {
if (args.length === 0)
return `${this.constructor.name} {}`;
return this.currentContext.queryEngineScope.toString(...args);

@@ -37,0 +34,0 @@ }

@@ -46,5 +46,2 @@ 'use strict';

toString(...args) {
if (args.length === 0)
return `${this.constructor.name} {}`;
return this.currentContext.queryEngineScope.toString(...args);

@@ -51,0 +48,0 @@ }

2

package.json
{
"name": "mythix-orm",
"version": "1.4.2",
"version": "1.4.3",
"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