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.0.2 to 3.0.3

2

package.json

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

"name": "kk-koa-framework",
"version": "3.0.2",
"version": "3.0.3",
"description": "kk koa mvc webframework",

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

@@ -8,5 +8,5 @@ const devMiddleware = (webpackDev, compiler, opts) => {

},
setHeader: (name, value) => {
ctx.set(name, value)
}
setHeader: ctx.set.bind(ctx),
getHeader: ctx.get.bind(ctx),
locals: ctx.state
}, next)

@@ -18,3 +18,3 @@ }

module.exports = (app,cfg,webpack,middleware) => {
let compiler = webpack(cfg)

@@ -21,0 +21,0 @@

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