Gathering detailed insights and metrics for d3plus-dev
Gathering detailed insights and metrics for d3plus-dev
Gathering detailed insights and metrics for d3plus-dev
Gathering detailed insights and metrics for d3plus-dev
npm install d3plus-dev
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
490 Commits
5 Watching
1 Branches
6 Contributors
Updated on 22 Dec 2021
JavaScript (85.12%)
Handlebars (14.88%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-89.9%
19
Compared to previous week
Last month
-66.3%
346
Compared to previous month
Last year
-25.4%
3,629
Compared to previous year
24
3
A collection of scripts for developing D3plus modules.
If using npm, npm install d3plus-dev
. Otherwise, you can download the latest release from GitHub or load from a CDN.
1import modules from "d3plus-dev";
d3plus-dev can be loaded as a standalone library or bundled as part of D3plus. ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a d3plus
global is exported:
1<script src="https://cdn.jsdelivr.net/npm/d3plus-dev@1"></script> 2<script> 3 console.log(d3plus); 4</script>
Live examples can be found on d3plus.org, which includes a collection of example visualizations using d3plus-react. These examples are powered by the d3plus-storybook repo, and PRs are always welcome. :beers:
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
13 existing vulnerabilities detected
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