New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-web-mvc

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-web-mvc - npm Package Compare versions

Comparing version 2.2.9 to 2.2.10

5

dist/swagger/openapi/definition.js

@@ -95,5 +95,8 @@ "use strict";

}
else {
else if (defineModel) {
return this.createDefinition(defineModel, nowKey, define);
}
else {
return { name: nowKey };
}
};

@@ -100,0 +103,0 @@ Definition.getDefinitionModel = function (dataType) {

2

package.json
{
"name": "node-web-mvc",
"version": "2.2.9",
"version": "2.2.10",
"description": "node spring mvc",

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

@@ -65,3 +65,3 @@ /**

title: model.title,
name:nowKey,
name: nowKey,
description: model.description,

@@ -102,4 +102,6 @@ properties: {}

return this.createDefinition(model, nowKey, define);
} else if (defineModel) {
return this.createDefinition(defineModel, nowKey, define);
} else {
return this.createDefinition(defineModel, nowKey, define);
return { name: nowKey };
}

@@ -106,0 +108,0 @@ }

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