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

@kohanajs/mod-admin

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kohanajs/mod-admin - npm Package Compare versions

Comparing version 5.2.1 to 5.2.2

7

CHANGELOG.md

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

### [5.2.2](https://gitlab.com/kohana-js/modules/admin/compare/v5.2.1...v5.2.2) (2022-05-27)
### Bug Fixes
* export only contain 50 records ([fc16dd7](https://gitlab.com/kohana-js/modules/admin/commit/fc16dd7eeae573edd61b6c15d415d105ff59d3cc))
### [5.2.1](https://gitlab.com/kohana-js/modules/admin/compare/v5.2.0...v5.2.1) (2022-05-12)

@@ -7,0 +14,0 @@

1

classes/controller-mixin/Export.js

@@ -24,2 +24,3 @@ const {ControllerMixin} = require("@kohanajs/core-mvc");

// action_index get instances
state.get(ControllerMixinORMRead.ORM_OPTIONS).set('limit', 99999);
await ControllerMixinORMRead.action_index(state);

@@ -26,0 +27,0 @@ const instances = state.get(ControllerMixinORMRead.INSTANCES);

2

package.json
{
"name": "@kohanajs/mod-admin",
"version": "5.2.1",
"version": "5.2.2",
"description": "Admin templates for KohanaJS ORM",

@@ -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