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 3.0.1 to 3.0.2

3

lib/jsdoc-to-markdown.js
'use strict'
const stats = require('jsdoc2md-stats')
const jsdocApi = require('jsdoc-api')

@@ -172,2 +171,2 @@ const dmd = require('dmd')

module.exports = new (stats(JsdocToMarkdown, require('../package').version))()
module.exports = new JsdocToMarkdown()
{
"name": "jsdoc-to-markdown",
"author": "Lloyd Brookes",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generates markdown API documentation from jsdoc annotated source code",

@@ -36,3 +36,2 @@ "repository": "https://github.com/jsdoc2md/jsdoc-to-markdown",

"jsdoc-parse": "^3.0.0",
"jsdoc2md-stats": "^2.0.1",
"walk-back": "^3.0.0"

@@ -39,0 +38,0 @@ },

@@ -6,3 +6,2 @@ 'use strict'

const fs = require('fs')
jsdoc2md._usage.disable()

@@ -9,0 +8,0 @@ const runner = new TestRunner()

Sorry, the diff of this file is not supported yet

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