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

express-swagger-generator

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-swagger-generator - npm Package Compare versions

Comparing version 1.1.13 to 1.1.14

5

lib/swagger.js

@@ -209,5 +209,4 @@ /**

let parsedEnum = parseEnums('-eg:' + example)
console.log('-eg:' + example)
prop.type = parsedEnum.type
prop.enmu = parsedEnum.enums
prop.enum = parsedEnum.enums
}

@@ -469,2 +468,2 @@

}
};
};

2

package.json
{
"name": "express-swagger-generator",
"version": "1.1.13",
"version": "1.1.14",
"description": "Generates swagger doc & ui based on express existing routes.",

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

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