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.4 to 3.1.5

2

package.json

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

"name": "kk-koa-framework",
"version": "3.1.4",
"version": "3.1.5",
"description": "kk koa mvc webframework",

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

@@ -12,3 +12,3 @@

ctx.state.static_for = (folder,name)=> publicPath + folder + '/' + name + '?v=' + LIFT_TIME
ctx.state.static_for = (folder,name)=> publicPath + (folder ? folder + '/' : '') + name + '?v=' + LIFT_TIME

@@ -15,0 +15,0 @@ if(ctx.request.headers){

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