Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.5 to 7.0.6

2

helpers/ddata.js

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

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