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 1.0.43 to 1.0.44

2

classes/controller-mixin/ORMRead.js

@@ -32,3 +32,3 @@ const {ORM, ControllerMixin} = require('kohanajs');

const page = parseInt(this.request.query.page ?? "1") - 1;
const result = await ORM.readAll( this.model , null,{database: this.database, limit: limit, offset: page * limit});
const result = await ORM.readAll( this.model, {database: this.database, limit: limit, offset: page * limit});
this.count = await ORM.count(this.model, {database: this.database});

@@ -35,0 +35,0 @@ this.instances = (!result) ? [] : [result].flat();

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