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

jsdoc-http-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-http-plugin - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

6

lib/authentication.js

@@ -11,4 +11,4 @@ /**

exports.options = {
mustHaveValue: true,
mustNotHaveDescription: true,
mustHaveValue: false,
mustNotHaveDescription: false,
canHaveType: false,

@@ -20,5 +20,5 @@ canHaveName: false,

<h5>Authentication</h5>
<p>${doclet.authentication}</p>`
<p>${doclet.authentication || 'A authentication is needed to access this endpoint'}</p>`
}
}
exports.newDocletHandler = function (e) { /* Do Nothing */ }
{
"name": "jsdoc-http-plugin",
"version": "0.2.2",
"version": "0.2.3",
"description": "Plugin to add HTTP Route tags for documenting HTTP endpoints",

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