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

vweb-mvc

Package Overview
Dependencies
Maintainers
0
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.2.30 to 1.2.31

11

lib/controller/index.js

@@ -323,4 +323,11 @@ "use strict";

: 'port ' + addr.port;
let { ip } = util.ipAddress();
logger.info(`Server start on ${bind} address is http://${ip}:${port}`);
let { ip, ipv6 } = util.ipAddress();
let msf = `Server startup address is `;
if (ip) {
msf += `http://${ip}:${port}`;
}
else {
msf += `http://[${ipv6}]:${port} `;
}
logger.info(msf);
});

@@ -327,0 +334,0 @@ this.context.channel['vweb-server'] = server;

2

package.json
{
"name": "vweb-mvc",
"version": "1.2.30",
"version": "1.2.31",
"description": "mvc ",

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

@@ -0,0 +0,0 @@ ### vweb mvc 组件

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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