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

swagger-jsdoc

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-jsdoc - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

3

bin/swagger-jsdoc.js

@@ -12,2 +12,3 @@ #!/usr/bin/env node

var swaggerJSDoc = require('../');
var pkg = require('../package.json');

@@ -19,3 +20,3 @@ // Useful input.

program
.version('1.4.0')
.version(pkg.version)
.usage('[options] <path ...>')

@@ -22,0 +23,0 @@ .option('-d, --definition <swaggerDef.js>', 'Input swagger definition.')

{
"name": "swagger-jsdoc",
"version": "1.4.0",
"version": "1.4.1",
"description": "Generates swagger doc based on JSDoc",

@@ -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