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.5.0 to 9.5.1

7

CHANGELOG.md

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

### [9.5.1](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.5.0...v9.5.1) (2022-08-30)
### Bug Fixes
* action is not defined ([5ac0aab](https://gitlab.com/kohana-js/proposals/level0/mod-cms/commit/5ac0aab4fa9aa3b5b3e281fa3d6cc19144ea3e19))
## [9.5.0](https://gitlab.com/kohana-js/proposals/level0/mod-cms/compare/v9.4.4...v9.5.0) (2022-08-26)

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

2

classes/controller/admin/Page.js

@@ -92,3 +92,3 @@ const { ControllerAdmin } = require('@kohanajs/mod-admin');

const action = $_POST['action'];
const action = $_POST['action'] || "";
const actions = action.split(':');

@@ -95,0 +95,0 @@ const actionType = actions[0];

{
"name": "@kohanajs/mod-cms",
"version": "9.5.0",
"version": "9.5.1",
"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