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.1.0-0 to 3.1.0-1

2

lib/cli-data.js

@@ -236,3 +236,3 @@ 'use strict'

col2: '[underline]{https://github.com/jsdoc2md/jsdoc-to-markdown}'
},
}
]

@@ -239,0 +239,0 @@ }

'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.1.0-0",
"version": "3.1.0-1",
"description": "Generates markdown API documentation from jsdoc annotated source code",

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

"array-back": "^2.0.0",
"command-line-tool": "^0.7.0",
"command-line-tool": "^0.8.0",
"config-master": "^3.1.0",
"dmd": "^3.0.6",
"jsdoc-api": "^4.0.0",
"jsdoc-parse": "^3.0.0",
"jsdoc2md-stats": "^2.0.1",
"dmd": "^3.0.9",
"jsdoc-api": "^4.0.1",
"jsdoc-parse": "^3.0.1",
"walk-back": "^3.0.0"
},
"devDependencies": {
"coveralls": "^2.13.1",
"test-runner": "^0.4.0"
"coveralls": "^3.0.0",
"test-runner": "^0.5.0"
},

@@ -44,0 +43,0 @@ "standard": {

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

&copy; 2014-17 Lloyd Brookes <75pound@gmail.com>.
&copy; 2014-18 Lloyd Brookes <75pound@gmail.com>.

@@ -5,4 +5,2 @@ 'use strict'

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

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

@@ -30,3 +30,3 @@ 'use strict'

} else {
reject('no json returned')
reject(new Error('no json returned'))
}

@@ -33,0 +33,0 @@ })

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

const a = require('assert')
const fs = require('fs')

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

Sorry, the diff of this file is not supported yet

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