Socket
Socket
Sign inDemoInstall

jsdoc-to-markdown

Package Overview
Dependencies
81
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.17 to 2.0.0-alpha.18

4

es5/lib/jsdoc-to-markdown.js

@@ -158,3 +158,3 @@ 'use strict';

return Promise.all([this._hit(method, options), method.call(this, options).catch(function (err) {
return Promise.all([this._hit(method, options), method.call(JsdocToMarkdownCore.prototype, options).catch(function (err) {
_this2._usage.exception(err.stack, 1, {

@@ -175,3 +175,3 @@ hitParams: new Map([['cd', method.name]])

try {
return method.call(this, options);
return method.call(JsdocToMarkdownCore.prototype, options);
} catch (err) {

@@ -178,0 +178,0 @@ this._usage.exception(err.stack, 1, {

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

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

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

this._hit(method, options),
method.call(this, options)
method.call(JsdocToMarkdownCore.prototype, options)
.catch(err => {

@@ -149,3 +149,3 @@ this._usage.exception(err.stack, 1, {

try {
return method.call(this, options)
return method.call(JsdocToMarkdownCore.prototype, options)
} catch (err) {

@@ -152,0 +152,0 @@ this._usage.exception(err.stack, 1, {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc