Socket
Socket
Sign inDemoInstall

vweb-mvc

Package Overview
Dependencies
88
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.11 to 1.1.12

6

lib/controller/index.js

@@ -25,3 +25,7 @@ "use strict";

let chainOptions = {
target: controller,
target: new Proxy(component, {
set(target, p, value, receiver) {
return false;
}
}),
handle: method,

@@ -28,0 +32,0 @@ request: req,

2

package.json
{
"name": "vweb-mvc",
"version": "1.1.11",
"version": "1.1.12",
"description": "mvc ",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc