Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yog2-kernel

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yog2-kernel - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

CHANGLOG

4

package.json
{
"name": "yog2-kernel",
"version": "0.2.5",
"version": "0.2.6",
"description": "yog2 kernel",

@@ -52,2 +52,2 @@ "main": "index.js",

}
}
}

@@ -159,4 +159,8 @@ 'use strict';

} else {
debuglog('excute action [%s] with default action method', action.__name__);
action(req, res, next);
if (typeof action === 'function') {
debuglog('excute action [%s] with default action method', action.__name__);
action(req, res, next);
} else {
next();
}
}

@@ -163,0 +167,0 @@ }

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