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.3.0 to 3.3.1

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [3.3.1](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.3.0...v3.3.1) (2023-07-19)
## [3.3.0](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.2.3...v3.3.0) (2023-06-01)

@@ -7,0 +9,0 @@

2

classes/controller-mixin/ORMRead.js

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

const id = client.request.params?.id ? parseInt(client.request.params.id, 10) : null;
const id = client.request.params.id;
const database = state.get(ControllerMixinDatabase.DATABASES).get(state.get(this.DATABASE_KEY));

@@ -80,0 +80,0 @@

{
"name": "@kohanajs/mixin-orm",
"version": "3.3.0",
"version": "3.3.1",
"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