Socket
Socket
Sign inDemoInstall

apidoc

Package Overview
Dependencies
232
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

lib/core/parser.js

@@ -205,3 +205,3 @@ /*

app.log.warn(`parser plugin '${element.name}' not found in block: '${blockIndex}' in file: '${filename}'`);
} else if (element.source.match(/[^\s]\[[^\]]/)) {
} else if (!element.sourceName.endsWith('Example') && element.source.match(/[^\s:]\[[^\]]/)) {
app.log.warn(`The use of square brackets for object properties is deprecated. Please use dot notation instead: "${element.source}"`);

@@ -208,0 +208,0 @@ } else {

{
"name": "apidoc",
"version": "1.0.2",
"version": "1.0.3",
"description": "RESTful web API Documentation Generator",

@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc