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

@kohanajs/mixin-orm

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kohanajs/mixin-orm - npm Package Compare versions

Comparing version 3.0.18 to 3.0.19

CHANGELOG.md

2

classes/controller-mixin/ORMInput.js

@@ -142,3 +142,3 @@ const { ControllerMixin } = require('@kohanajs/core-mvc');

const instanceTypeId = mapGetOrCreate(instancesType, id, new Map());
if (value !== '') instanceTypeId.set(prop, value);
instanceTypeId.set(prop, value);

@@ -145,0 +145,0 @@ postData.delete(key);

@@ -213,3 +213,3 @@ const { ControllerMixin } = require('@kohanajs/core-mvc');

const v = newValues.get(field);
if (!v) return;
if (v === undefined || v === '') return;
instance[field] = v;

@@ -216,0 +216,0 @@ newValues.delete(field);

{
"name": "@kohanajs/mixin-orm",
"version": "3.0.18",
"version": "3.0.19",
"description": "",

@@ -5,0 +5,0 @@ "main": "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