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

swagger-converter

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-converter - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

3

index.js

@@ -826,3 +826,4 @@ /*

return extend(this.buildDataType(oldModel, true), {
var customProperties = getCustomProperties(oldModel);
return extend(this.buildDataType(oldModel, true), customProperties, {
description: oldModel.description,

@@ -829,0 +830,0 @@ required: undefinedIfEmpty(required),

{
"name": "swagger-converter",
"version": "2.0.0",
"version": "2.1.0",
"description": "Converts Swagger documents from version 1.x to version 2.0",

@@ -36,5 +36,5 @@ "main": "index.js",

"devDependencies": {
"chai": "4.1.2",
"eslint": "7.14.0",
"mocha": "8.2.1",
"chai": "4.3.0",
"eslint": "7.20.0",
"mocha": "8.3.0",
"nyc": "15.1.0",

@@ -45,4 +45,4 @@ "prettier": "2.2.1",

"dependencies": {
"urijs": "^1.16.1"
"urijs": "^1.19.6"
}
}
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