Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

docdown

Package Overview
Dependencies
4
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

2

lib/entry.js

@@ -219,3 +219,3 @@ 'use strict';

var parentIndex = parentParam == null ? -1 : _.findIndex(params, function(param) {
return _.trim(param[1], '[]') == parentParam;
return _.trim(param[1], '[]').split(/\s*=/)[0] == parentParam;
});

@@ -222,0 +222,0 @@

{
"name": "docdown",
"version": "0.7.0",
"version": "0.7.1",
"description": "A simple JSDoc to Markdown documentation generator.",

@@ -21,3 +21,3 @@ "license": "MIT",

"scripts": {
"doc": "node bin/docdown index.js doc/README.md url=\"https://github.com/jdalton/docdown/blob/${npm_package_version}/index.js\" style='github' title=\"docdown <sup>v${npm_package_version}</sup>\"",
"doc": "node bin/docdown index.js doc/README.md style=github title=\"docdown <sup>v${npm_package_version}</sup>\" url=https://github.com/jdalton/docdown/blob/${npm_package_version}/index.js",
"test": "true"

@@ -24,0 +24,0 @@ },

@@ -1,2 +0,2 @@

# docdown v0.7.0
# docdown v0.7.1

@@ -3,0 +3,0 @@ A simple JSDoc to Markdown documentation generator.

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