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.4.0 to 5.4.1

2

CHANGELOG.md

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

### [5.4.1](https://gitlab.com/kohana-js/modules/admin/compare/v5.4.0...v5.4.1) (2023-07-17)
## [5.4.0](https://gitlab.com/kohana-js/modules/admin/compare/v5.3.10...v5.4.0) (2023-07-17)

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

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

})
.map(x => (typeof x === 'string') ? `"=""${x}"""`: x)
.map(x => {
if (typeof x === 'string'){
return `"=""${x.replaceAll('"', '""""')}"""`
}else{
return x;
}
})
.join(','))

@@ -58,0 +64,0 @@ })

2

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