Socket
Socket
Sign inDemoInstall

dmd

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmd - npm Package Compare versions

Comparing version 7.0.3 to 7.0.4

5

helpers/ddata.js

@@ -499,5 +499,8 @@ const arrayify = require('array-back')

let output = _identifiers(options)
output = output.filter(function (identifier) {
output = output.filter(identifier => {
if (identifier.kind === 'external') {
return identifier.description && identifier.description.length > 0
/* @hideconstructor support: https://github.com/jsdoc2md/dmd/issues/94 */
} else if (this.hideconstructor === true) {
return identifier.kind !== 'constructor'
} else {

@@ -504,0 +507,0 @@ return true

2

package.json
{
"name": "dmd",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "7.0.3",
"version": "7.0.4",
"description": "The default output template for jsdoc-to-markdown",

@@ -6,0 +6,0 @@ "license": "MIT",

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