New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.3.3 to 1.4.0

2

package.json
{
"name": "yog2-kernel",
"version": "1.3.3",
"version": "1.4.0",
"description": "yog2 kernel",

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

@@ -250,2 +250,6 @@ 'use strict';

};
// support wrap raw async fn
router.wrapAsync = function (fn) {
return wrapAsyncFunction(fn, true);
};
// load user defined router

@@ -252,0 +256,0 @@ var customRouter = require(routerPath);

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