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.14 to 1.0.15

2

lib/error/index.js

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

logger.error(err);
res.send(new _model.Fail(err.message, 'ServerError'));
res.send(new _model.Fail(err.message, err.code || 'ServerError'));
}

@@ -20,0 +20,0 @@ };

{
"name": "vweb-mvc",
"version": "1.0.14",
"version": "1.0.15",
"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