Socket
Socket
Sign inDemoInstall

kk-koa-framework

Package Overview
Dependencies
186
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.1.2

2

package.json

@@ -6,3 +6,3 @@ {

"name": "kk-koa-framework",
"version": "3.1.1",
"version": "3.1.2",
"description": "kk koa mvc webframework",

@@ -9,0 +9,0 @@ "main": "index.js",

@@ -36,3 +36,3 @@ const fs = require('fs')

let locale = this.toJson()
let list = str.split('.')
let list = !~str.indexOf('.') ? str.split('/') : str.split('.')

@@ -39,0 +39,0 @@ let res = '',tmp = locale

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc