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 2.0.0-alpha.8 to 2.0.0-alpha.9

3

es5/lib/jsdoc-to-markdown.js

@@ -93,3 +93,2 @@ 'use strict';

this.cache = true;
this.pedantic = true;

@@ -140,3 +139,3 @@ this.files = options.files;

function stats(screenName, options, command, sync) {
if (options['no-usage-stats']) {
if (options && options['no-usage-stats']) {
usageStats.disable();

@@ -143,0 +142,0 @@ return command(options);

{
"name": "jsdoc-to-markdown",
"author": "Lloyd Brookes",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "jsdoc-annotated source in, markdown API docs out.",

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

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

this.cache = true
this.pedantic = true

@@ -294,3 +293,3 @@ /**

/* when disabled, all usageStats methods are no-ops */
if (options['no-usage-stats']) {
if (options && options['no-usage-stats']) {
usageStats.disable()

@@ -297,0 +296,0 @@ return command(options)

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