Socket
Socket
Sign inDemoInstall

vweb-mvc

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vweb-mvc - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

9

lib/anno/index.js

@@ -36,3 +36,4 @@ "use strict";

type: 'controller',
component: true
component: true,
annType: Controller
};

@@ -185,3 +186,4 @@ (0, _exports.setAnnotation)(target, annotation);

path: path,
component: true
component: true,
annType: Interceptor
};

@@ -207,3 +209,4 @@ (0, _exports.setAnnotation)(target, annotation);

type: 'appScope',
component: true
component: true,
annType: AppScope
};

@@ -210,0 +213,0 @@ (0, _exports.setAnnotation)(target, annotation);

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

express.all(path, function (req, res, next) {
console.log('intercept ' + path);
var proxy = new Proxy(interceptor, {

@@ -56,0 +55,0 @@ get: function get(target, prop, receiver) {

{
"name": "vweb-mvc",
"version": "1.0.6",
"version": "1.0.7",
"description": "mvc ",

@@ -36,3 +36,3 @@ "main": "./lib/index",

"redis": "^3.1.2",
"vweb-core": "^1.0.9"
"vweb-core": "^1.0.11"
},

@@ -39,0 +39,0 @@ "dependencies": {

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