Gathering detailed insights and metrics for jsdoc-region-tag
Gathering detailed insights and metrics for jsdoc-region-tag
Gathering detailed insights and metrics for jsdoc-region-tag
Gathering detailed insights and metrics for jsdoc-region-tag
npm install jsdoc-region-tag
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
6 Stars
105 Commits
5 Forks
42 Watching
29 Branches
105 Contributors
Updated on 21 Oct 2024
JavaScript (90.48%)
Python (9.52%)
Cumulative downloads
Total Downloads
Last day
-16.4%
1,877
Compared to previous day
Last week
41.3%
12,081
Compared to previous week
Last month
65.6%
33,960
Compared to previous month
Last year
-55.5%
188,044
Compared to previous year
1
4
Reads a samples directory, extracting samples between [START]
/[STOP]
tags,
allowing these samples to be placed in JSDoc comments, like so:
1/* 2 * @example <caption>include:samples/document-snippets/cluster.js</caption> 3 * region_tag:bigtable_delete_cluster 4 */
npm i jsdoc-region-tag
.
add the plugin to your .jsdoc.js
.
1module.exports = { 2 plugins: [ 3 'jsdoc-region-tag' 4 ] 5}
The environment varaible SAMPLES_DIRECTORY
can be set, to set a samples
directory other than ./samples
.
Apache-2.0
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 2
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More