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.45 to 1.0.46

1

lib/controller/index.js

@@ -186,3 +186,2 @@ "use strict";

var logger = log4j.getLogger(name);
console.log(mappings);
Object.keys(mappings).forEach(function (methodName) {

@@ -189,0 +188,0 @@ mappings[methodName].forEach(function (_ref) {

2

package.json
{
"name": "vweb-mvc",
"version": "1.0.45",
"version": "1.0.46",
"description": "mvc ",

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

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

const logger = log4j.getLogger(name);
console.log(mappings);
Object.keys(mappings).forEach(methodName => {

@@ -133,0 +132,0 @@ mappings[methodName].forEach(({value, method}) => {

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