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.6.0 to 5.6.1

2

CHANGELOG.md

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

### [5.6.1](https://gitlab.com/kohana-js/modules/admin/compare/v5.6.0...v5.6.1) (2023-07-19)
## [5.6.0](https://gitlab.com/kohana-js/modules/admin/compare/v5.5.1...v5.6.0) (2023-07-19)

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

@@ -14,2 +14,3 @@ const { RouteList } = require('@kohanajs/mod-route');

RouteList.add(`/${prefix}/${partialPath}/import`, controller, 'import', HTTP_METHODS.GET, weight);
RouteList.add(`/${prefix}/${partialPath}/import`, controller, 'import_post', HTTP_METHODS.POST, weight);

@@ -16,0 +17,0 @@ RouteList.add(`/${prefix}/${partialPath}`, controller, 'index', HTTP_METHODS.GET, weight);

2

package.json
{
"name": "@kohanajs/mod-admin",
"version": "5.6.0",
"version": "5.6.1",
"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