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

dmd

Package Overview
Dependencies
Maintainers
1
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 0.3.3 to 0.3.4

12

lib/dmd.js

@@ -74,10 +74,4 @@ "use strict";

},
{ name: "verbose", alias: "v", type: Boolean,
description: "More verbose error reporting"
},
{ name: "help", alias: "h", type: Boolean,
description: "Print usage information"
},
{ name: "heading-depth", type: Number,
description: "root heading depth, defaults to 1 (`#`)."
description: "root heading depth, defaults to 2 (`##`)."
},

@@ -94,3 +88,3 @@ { name: "plugin", type: Array, alias: "p",

{ name: "sort-by", type: String,
description: "none | kind | scope | kind,scope | scope,kind | <field_name>"
description: "none | kind | scope | kind,scope | scope,kind | <field_name>. Defaults to 'none'."
},

@@ -110,4 +104,4 @@ { name: "example-code", type: Boolean,

{ name: "separators", type: Boolean,
description: "Put <hr> breaks between identifiers"
description: "Put <hr> breaks between identifiers. Improves readability on bulky docs. "
}
];
{
"name": "dmd",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.3.3",
"version": "0.3.4",
"description": "dmd",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/dmd.git",

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