Socket
Socket
Sign inDemoInstall

jsdoc-api

Package Overview
Dependencies
Maintainers
1
Versions
54
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 8.0.0 to 8.1.0

11

lib/jsdoc-command.js

@@ -70,4 +70,5 @@ const arrayify = require('array-back')

preExecute () {
const FileSet = require('file-set')
this.inputFileSet = new FileSet(this.options.files)
const fastGlob = require('fast-glob')
const files = fastGlob.globSync(this.options.files, { onlyFiles: true })
this.inputFileSet = { files }
}

@@ -85,8 +86,2 @@

)
if (this.inputFileSet.notExisting.length) {
const err = new Error('These files do not exist: ' + this.inputFileSet.notExisting)
err.name = 'JSDOC_ERROR'
return err
}
}

@@ -93,0 +88,0 @@

{
"name": "jsdoc-api",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "8.0.0",
"version": "8.1.0",
"description": "A programmatic interface for jsdoc",
"repository": "https://github.com/jsdoc2md/jsdoc-api",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc2md/jsdoc-api.git"
},
"license": "MIT",

@@ -26,4 +29,3 @@ "keywords": [

"coveralls": "^3.1.1",
"jsdoc-to-markdown": "^7.1.1",
"rimraf": "^3.0.2",
"jsdoc-to-markdown": "^8.0.1",
"test-runner": "^0.10.1"

@@ -35,5 +37,4 @@ },

"collect-all": "^1.0.4",
"file-set": "^4.0.2",
"fs-then-native": "^2.0.0",
"jsdoc": "^4.0.0",
"jsdoc": "^4.0.3",
"object-to-spawn-args": "^2.0.1",

@@ -51,4 +52,4 @@ "temp-path": "^1.0.0",

"index.js",
"lib/*.js"
"lib"
]
}

@@ -6,3 +6,2 @@ [![view on npm](https://badgen.net/npm/v/jsdoc-api)](https://www.npmjs.org/package/jsdoc-api)

[![Node.js CI](https://github.com/jsdoc2md/jsdoc-api/actions/workflows/node.js.yml/badge.svg)](https://github.com/jsdoc2md/jsdoc-api/actions/workflows/node.js.yml)
[![Coverage Status](https://coveralls.io/repos/github/jsdoc2md/jsdoc-api/badge.svg)](https://coveralls.io/github/jsdoc2md/jsdoc-api)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

@@ -235,4 +234,4 @@

&copy; 2015-23 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
&copy; 2015-24 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

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