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.47 to 1.0.48

2

lib/controller/index.js

@@ -229,3 +229,3 @@ "use strict";

method = _ref2.method;
return "[".concat(method, ":").concat(path, "]");
return "[".concat(method, "=").concat(path, "]");
}).join(' '));

@@ -232,0 +232,0 @@ }); // 初始化appScope

{
"name": "vweb-mvc",
"version": "1.0.47",
"version": "1.0.48",
"description": "mvc ",

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

@@ -155,3 +155,3 @@ import {AppScope, Controller} from "../anno";

});
logger.info('RequestMapping ' + this.mappings[name].map(({path, method}) => `[${method}:${path}]`).join(' '));
logger.info('RequestMapping ' + this.mappings[name].map(({path, method}) => `[${method}=${path}]`).join(' '));
});

@@ -158,0 +158,0 @@

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