Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on Apr 15, 2024 via pnpm

jsdoc 3.2.2

An API documentation generator for JavaScript.
Package summary
Share
23
issues
3
critical severity
vulnerability
1
license
2
11
high severity
vulnerability
6
license
3
meta
2
5
moderate severity
vulnerability
4
meta
1
4
low severity
vulnerability
1
license
3
5
licenses
22
MIT
9
ISC
2
BlueOak-1.0.0
3
other licenses
N/A
2
Apache 2.0
1
Package created
19 Sep 2011
Version published
4 Nov 2013
Maintainers
1
Total deps
36
Direct deps
7
License
UNKNOWN

Issues

23

3 critical severity issues

critical
Recommendation: Upgrade to version 1.12.1 or later
via: underscore@1.4.2
Recommendation: Check the package code and files for license information
via: marked@0.2.8
Recommendation: Check the package code and files for license information
via: underscore@1.4.2
Collapse
Expand

11 high severity issues

high
Recommendation: Upgrade to version 0.3.9 or later
via: marked@0.2.8
Recommendation: Upgrade to version 3.0.2 or later
via: jshint@0.9.1
Recommendation: Upgrade to version 4.0.10 or later
via: marked@0.2.8
Recommendation: Upgrade to version 4.0.10 or later
via: marked@0.2.8
Recommendation: Upgrade to version 0.3.4 or later
via: marked@0.2.8
Recommendation: Upgrade to version 3.0.5 or later
via: jshint@0.9.1
Recommendation: Read and validate the license terms
via: jshint@0.9.1
Recommendation: Read and validate the license terms
via: jshint@0.9.1
Recommendation: Validate that the package complies with your license policy
via: jsdoc@3.2.2
via: jshint@0.9.1
via: wrench@1.3.9
Collapse
Expand

5 moderate severity issues

moderate
Recommendation: Upgrade to version 0.3.1 or later
via: marked@0.2.8
Recommendation: Upgrade to version 0.3.3 or later
via: marked@0.2.8
Recommendation: Upgrade to version 0.3.7 or later
via: marked@0.2.8
Recommendation: Upgrade to version 0.3.6 or later
via: marked@0.2.8
via: jshint@0.9.1
Collapse
Expand

4 low severity issues

low
Recommendation: Upgrade to version 1.0.0 or later
via: jshint@0.9.1
Recommendation: Read and validate the license terms
via: jshint@0.9.1
Recommendation: Read and validate the license terms
via: jshint@0.9.1
Recommendation: Read and validate the license terms
via: jsdoc@3.2.2
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
22 Packages, Including:
@pkgjs/parseargs@0.11.0
ansi-regex@6.0.1
ansi-styles@6.2.1
async@0.1.22
balanced-match@1.0.2
brace-expansion@2.0.1
catharsis@0.7.0
cli@0.4.3
cross-spawn@7.0.3
eastasianwidth@0.2.0
emoji-regex@9.2.2
js2xmlparser@0.1.0
jshint@0.9.1
lru-cache@1.0.6
minimatch@0.0.5
path-key@3.1.1
shebang-command@2.0.0
shebang-regex@3.0.0
string-width@5.1.2
strip-ansi@7.1.0
wrap-ansi@8.1.0
wrench@1.3.9

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
9 Packages, Including:
@isaacs/cliui@8.0.2
foreground-child@3.1.1
glob@10.3.12
isexe@2.0.0
lru-cache@10.2.0
minimatch@9.0.4
minipass@7.0.4
signal-exit@4.1.0
which@2.0.2

Blue Oak Model License 1.0.0

Uncategorized
Not OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
2 Packages, Including:
jackspeak@2.3.6
path-scurry@1.10.2

N/A

N/A
2 Packages, Including:
marked@0.2.8
underscore@1.4.2

Apache 2.0

Invalid
Not OSI Approved
1 Packages, Including:
jsdoc@3.2.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

7
All Dependencies CSV
β“˜ This is a list of jsdoc 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
async0.1.2212 kBMIT
prod
catharsis0.7.052.18 kBMIT
prod
js2xmlparser0.1.05.2 kBMIT
prod
jshint0.9.139.4 kBMIT
prod
5
1
3
marked0.2.810.18 kBUNKNOWN
prod
1
4
4
underscore1.4.260.39 kBUNKNOWN
prod
2
wrench1.3.95.67 kBMIT
prod
1

Visualizations

Frequently Asked Questions

What does jsdoc do?

JSDoc is a popular API documentation generator for JavaScript. It creates comprehensive and easy-to-read documentation for JavaScript codebases, effectively making it simpler for developers to understand the structure, functionalities, and usage of JavaScript components.

How do you use jsdoc?

To start off using JSDoc, first, you need to install the package. You can install it globally using the following command:

npm install -g jsdoc

Or install it locally in your project:

npm install --save-dev jsdoc

After the successful installation of JSDoc, you can generate documentation from your JavaScript files. If JSDoc was installed locally, use the following command:

./node_modules/.bin/jsdoc yourJavaScriptFile.js

For global installations, this is the command:

jsdoc yourJavaScriptFile.js

By default, the generated documentation will be stored in a directory named out. You can choose a different directory by using the --destination option.

Where are the jsdoc docs?

The documentation for JSDoc is available at jsdoc.app. It provides comprehensive information and guidance on how to use JSDoc efficiently, including how to generate and customize your documentation, a list of command-line options, templates and tools created by the community, and much more. Experienced or new users can also contribute to the docs repository at jsdoc/jsdoc.github.io.