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 8.1.0 to 8.1.1

5

lib/jsdoc-command.js

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

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

@@ -75,0 +74,0 @@

3

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

@@ -36,2 +36,3 @@ "repository": {

"collect-all": "^1.0.4",
"file-set": "^4.0.2",
"fs-then-native": "^2.0.0",

@@ -38,0 +39,0 @@ "jsdoc": "^4.0.3",

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