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 8.0.1 to 8.0.2

16

package.json
{
"name": "jsdoc-to-markdown",
"author": "Lloyd Brookes",
"version": "8.0.1",
"version": "8.0.2",
"description": "Generates markdown API documentation from jsdoc annotated source code",
"repository": "https://github.com/jsdoc2md/jsdoc-to-markdown",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc2md/jsdoc-to-markdown.git"
},
"bin": {

@@ -16,3 +19,2 @@ "jsdoc2md": "bin/cli.js"

"test": "test-runner test/*.js",
"test:ci": "npm test",
"docs": "node bin/cli.js --heading-depth 1 index.js > docs/API.md"

@@ -33,4 +35,4 @@ },

"config-master": "^3.1.0",
"dmd": "^6.2.0",
"jsdoc-api": "^8.0.0",
"dmd": "^6.2.1",
"jsdoc-api": "^8.1.0",
"jsdoc-parse": "^6.2.1",

@@ -49,5 +51,5 @@ "walk-back": "^5.1.0"

"index.js",
"bin/cli.js",
"lib/*.js"
"bin",
"lib"
]
}

@@ -6,3 +6,2 @@ [![view on npm](https://badgen.net/npm/v/jsdoc-to-markdown)](https://www.npmjs.org/package/jsdoc-to-markdown)

[![Node.js CI](https://github.com/jsdoc2md/jsdoc-to-markdown/actions/workflows/node.js.yml/badge.svg)](https://github.com/jsdoc2md/jsdoc-to-markdown/actions/workflows/node.js.yml)
[![Coverage Status](https://coveralls.io/repos/github/jsdoc2md/jsdoc-to-markdown/badge.svg)](https://coveralls.io/github/jsdoc2md/jsdoc-to-markdown)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

@@ -9,0 +8,0 @@

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