Comparing version 7.0.5 to 7.0.6
@@ -486,3 +486,3 @@ const arrayify = require('array-back') | ||
if (!this.id) return [] | ||
if (this.id === this.memberof) { | ||
if (this.id && this.memberof && this.id === this.memberof) { | ||
if (!malformedDataWarningIssued) { | ||
@@ -489,0 +489,0 @@ console.warn('Jsdoc data looks malformed. Typically, this can be fixed by ensuring the sourcecode file has a `@module tag`. ') |
{ | ||
"name": "dmd", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "The default output template for jsdoc-to-markdown", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83467