Comparing version 8.0.0 to 8.1.0
@@ -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 @@ | ||
© 2015-23 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>. | ||
© 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8
4
3
24986
397
236
- Removedfile-set@^4.0.2
- Removedarray-back@5.0.0(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfile-set@4.0.2(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedjsdoc@^4.0.3