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

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.11 to 1.0.12

4

lib/interceptor/index.js

@@ -125,6 +125,6 @@ "use strict";

module.exports = function (express, context) {
return new InterceptorHandler(express, context);
module.exports = function (context, express, appScope) {
return new InterceptorHandler(context, express, appScope);
};
module.exports.HttpInterceptor = HttpInterceptor;
{
"name": "vweb-mvc",
"version": "1.0.11",
"version": "1.0.12",
"description": "mvc ",

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

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