Installations
npm install d3plus-dev
Developer
Developer Guide
Module System
ESM
Min. Node Version
Typescript Support
No
Node Version
16.16.0
NPM Version
8.17.0
Statistics
490 Commits
5 Watching
1 Branches
6 Contributors
Updated on 22 Dec 2021
Languages
JavaScript (85.12%)
Handlebars (14.88%)
Total Downloads
Cumulative downloads
Total Downloads
50,515
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
24
Dev Dependencies
3
d3plus-dev
A collection of scripts for developing D3plus modules.
Installing
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>
Examples
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:
API Reference
Documentation generated on Wed, 25 Jan 2023 13:29:44 GMT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/NodeCI.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/d3plus/d3plus-dev/NodeCI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/NodeCI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/d3plus/d3plus-dev/NodeCI.yml/main?enable=pin
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 1 out of 1 npmCommand dependencies pinned
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/NodeCI.yml:1
- Info: no jobLevel write permissions found
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
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
Project has not signed or included provenance with any releases.
Details
- Warn: release artifact v1.2.9 not signed: https://api.github.com/repos/d3plus/d3plus-dev/releases/90176814
- Warn: release artifact v1.2.8 not signed: https://api.github.com/repos/d3plus/d3plus-dev/releases/90116750
- Warn: release artifact v1.2.7 not signed: https://api.github.com/repos/d3plus/d3plus-dev/releases/90115639
- Warn: release artifact v1.2.6 not signed: https://api.github.com/repos/d3plus/d3plus-dev/releases/90114288
- Warn: release artifact v1.2.5 not signed: https://api.github.com/repos/d3plus/d3plus-dev/releases/90114086
- Warn: release artifact v1.2.9 does not have provenance: https://api.github.com/repos/d3plus/d3plus-dev/releases/90176814
- Warn: release artifact v1.2.8 does not have provenance: https://api.github.com/repos/d3plus/d3plus-dev/releases/90116750
- Warn: release artifact v1.2.7 does not have provenance: https://api.github.com/repos/d3plus/d3plus-dev/releases/90115639
- Warn: release artifact v1.2.6 does not have provenance: https://api.github.com/repos/d3plus/d3plus-dev/releases/90114288
- Warn: release artifact v1.2.5 does not have provenance: https://api.github.com/repos/d3plus/d3plus-dev/releases/90114086
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
13 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-36jr-mh4h-2g58
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg
- Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
2.5
/10
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