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.8.1 to 1.8.2

2

lib/connection/connection-base.js

@@ -399,3 +399,3 @@ 'use strict';

if (Nife.instanceOf(value, 'string'))
return `'${value.replace(/'/g, '\\\'')}'`;
return `'${value.replace(/'/g, '\'\'')}'`;

@@ -402,0 +402,0 @@ return SqlString.escape(value);

{
"name": "mythix-orm",
"version": "1.8.1",
"version": "1.8.2",
"description": "ORM for Mythix framework",

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

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