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.1.21 to 1.1.22

2

lib/controller/filter.js

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

throw(error, options) {
if (this.logger.isDebugEnabled()) {
if (this.logger && this.logger.isDebugEnabled()) {
this.logger.debug(error);

@@ -28,0 +28,0 @@ }

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