Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsdoc-api

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-api - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

tmp/out/zm6nj5ylpkd84zpwunkpxecdi86omem4okfey69tbogpsyvi.js.html

7

lib/jsdoc-command.js
'use strict'
const arrayify = require('array-back')
const path = require('path')
const promiseFinally = require('promise.prototype.finally')
promiseFinally.shim()

@@ -56,8 +54,9 @@ /**

.then(result => {
this.postExecute()
return result
})
.catch(err => {
this.postExecute()
throw err
})
.finally(() => this.postExecute())
} else {

@@ -130,3 +129,3 @@ this.postExecute()

if (this.cache) {
const fs = require('then-fs')
const fs = require('fs-then-native')
const promises = this.inputFileSet.files.map(file => fs.readFile(file, 'utf8'))

@@ -133,0 +132,0 @@ return Promise.all(promises)

{
"name": "jsdoc-api",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "2.0.3",
"version": "2.0.4",
"description": "A programmatic interface for jsdoc",

@@ -27,5 +27,5 @@ "repository": "https://github.com/jsdoc2md/jsdoc-api.git",

"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015": "^6.16.0",
"collect-json": "^1.0.8",
"core-assert": "~0.2.0",
"core-assert": "~0.2.1",
"coveralls": "^2.11.14",

@@ -42,8 +42,7 @@ "jsdoc-to-markdown": "^2.0.0-alpha.8",

"feature-detect-es6": "^1.3.1",
"file-set": "^1.0.2",
"file-set": "^1.1.1",
"fs-then-native": "^0.1.0",
"jsdoc-75lb": "^3.5.6",
"object-to-spawn-args": "^1.1.0",
"promise.prototype.finally": "^2.0.1",
"temp-path": "^1.0.0",
"then-fs": "^2.0.0",
"walk-back": "^2.0.1"

@@ -50,0 +49,0 @@ },

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