Socket
Socket
Sign inDemoInstall

jsdoc-to-markdown

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-to-markdown - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

8

lib/cli-data.js
/* generation options */
let jsdocDefinitions = [
const jsdocDefinitions = [
{

@@ -31,3 +31,3 @@ name: 'files',

let jsdoc2mdDefinitions = [
const jsdoc2mdDefinitions = [
{

@@ -158,3 +158,3 @@ name: 'help',

/* mix in the jsdoc-parse and dmd options */
let definitions = jsdocDefinitions
const definitions = jsdocDefinitions
.map(def => {

@@ -209,3 +209,3 @@ def.group = 'jsdoc'

optionList: jsdoc2mdDefinitions,
hide: [ 'no-usage-stats', 'send' ]
hide: ['no-usage-stats', 'send']
},

@@ -212,0 +212,0 @@ {

{
"name": "jsdoc-to-markdown",
"author": "Lloyd Brookes",
"version": "5.0.0",
"version": "5.0.1",
"description": "Generates markdown API documentation from jsdoc annotated source code",

@@ -29,12 +29,12 @@ "repository": "https://github.com/jsdoc2md/jsdoc-to-markdown",

"dependencies": {
"array-back": "^3.1.0",
"array-back": "^4.0.0",
"command-line-tool": "^0.8.0",
"config-master": "^3.1.0",
"dmd": "^4.0.0",
"jsdoc-api": "^5.0.1",
"jsdoc-parse": "^3.0.1",
"dmd": "^4.0.2",
"jsdoc-api": "^5.0.3",
"jsdoc-parse": "^4.0.1",
"walk-back": "^3.0.1"
},
"devDependencies": {
"coveralls": "^3.0.3",
"coveralls": "^3.0.6",
"test-runner": "^0.6.0"

@@ -41,0 +41,0 @@ },

@@ -9,2 +9,4 @@ [![view on npm](http://img.shields.io/npm/v/jsdoc-to-markdown.svg)](https://www.npmjs.org/package/jsdoc-to-markdown)

_Upgraders, please read the [release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)_
# jsdoc-to-markdown

@@ -51,3 +53,3 @@ Generates markdown API documentation from [jsdoc](http://usejsdoc.org) annotated source code. Useful for injecting API docs into project README files.

```
$ npm install -g jsdoc-to-markdown
$ npm install --save-dev jsdoc-to-markdown
```

@@ -62,2 +64,2 @@

&copy; 2014-19 Lloyd Brookes <75pound@gmail.com>.
&copy; 2014-19 Lloyd Brookes \<75pound@gmail.com\>.
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