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

egg-controller

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-controller - npm Package Compare versions

Comparing version 0.1.23 to 0.1.24

2

app.js

@@ -14,5 +14,5 @@ "use strict";

}
app.ready(() => {
app.beforeStart(() => {
register_1.registerRoute(app);
});
};

@@ -10,3 +10,2 @@ "use strict";

const param_1 = require("./param");
const appctx_1 = require("egg-aop/lib/appctx");
let defaultMiddleware = [];

@@ -102,4 +101,2 @@ function addDefaultMiddleware(middleware) {

const ctrl = egg_aop_1.getInstance(CtrlType, ctx.app, ctx);
appctx_1.setCtx(ctrl, ctx);
appctx_1.setApp(ctrl, ctx.app);
const args = yield param_1.getParamData(ctx, typeInfo);

@@ -106,0 +103,0 @@ try {

{
"name": "egg-controller",
"version": "0.1.23",
"version": "0.1.24",
"description": "controller for egg.",

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

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