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

@kohanajs/mod-cms

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kohanajs/mod-cms - npm Package Compare versions

Comparing version 9.6.2 to 9.7.0

7

CHANGELOG.md

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

## [9.7.0](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.6.2...v9.7.0) (2023-06-01)
### Features
* change default page list order ([165ed5f](https://gitlab.com/kohana-js/proposals/level0/mod-cms/commit/165ed5fc9ad88ed53701be414efa7a4500468900))
### [9.6.2](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.6.1...v9.6.2) (2023-06-01)

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

3

classes/controller/admin/Content.js

@@ -13,5 +13,6 @@ const pluralize = require('pluralize');

]),
orderBy: new Map([['weight', 'ASC'], ['created_at', 'DESC']]),
orderBy: new Map([['weight', 'DESC'], ['created_at', 'DESC']]),
database: 'draft',
limit: 99999,
pagesize: 50,
templates: new Map([

@@ -18,0 +19,0 @@ ['index', `templates/admin/page/page_types/default/index`],

{
"name": "@kohanajs/mod-cms",
"version": "9.6.2",
"version": "9.7.0",
"description": "The CMS module for KohanaJS",

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