Gathering detailed insights and metrics for @deck.gl/react
Gathering detailed insights and metrics for @deck.gl/react
Gathering detailed insights and metrics for @deck.gl/react
Gathering detailed insights and metrics for @deck.gl/react
npm install @deck.gl/react
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
12,293 Stars
5,019 Commits
2,088 Forks
1,669 Watching
82 Branches
257 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (70.94%)
JavaScript (16.82%)
Python (4.86%)
HTML (3.86%)
Jupyter Notebook (1.83%)
CSS (1.32%)
Makefile (0.13%)
Shell (0.09%)
MDX (0.06%)
Dockerfile (0.04%)
Jinja (0.04%)
Cumulative downloads
Total Downloads
Last day
-18.1%
28,456
Compared to previous day
Last week
-2.5%
175,438
Compared to previous week
Last month
8.1%
748,521
Compared to previous month
Last year
19.7%
7,049,117
Compared to previous year
3
4
deck.gl is designed to simplify high-performance, WebGL2/WebGPU based visualization of large data sets. Users can quickly get impressive visual results with minimal effort by composing existing layers, or leverage deck.gl's extensible architecture to address custom needs.
deck.gl maps data (usually an array of JSON objects) into a stack of visual layers - e.g. icons, polygons, texts; and look at them with views: e.g. map, first-person, orthographic.
deck.gl handles a number of challenges out of the box:
Deck.gl is designed to be highly customizable. All layers come with flexible APIs to allow programmatic control of each aspect of the rendering. All core classes such are easily extendable by the users to address custom use cases.
1<script src="https://unpkg.com/deck.gl@latest/dist.min.js"></script>
1npm install deck.gl
1pip install pydeck
deck.gl is part of vis.gl, an OpenJS Foundation project. Read the contribution guidelines if you are interested in contributing.
Data sources are listed in each example.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
29 out of 29 merged PRs checked by a CI test -- score normalized to 10
Reason
40 different organizations found -- score normalized to 10
Details
Reason
no dangerous workflow patterns detected
Reason
update tool detected
Details
Reason
license file detected
Details
Reason
30 commit(s) out of 30 and 14 issue activity out of 30 found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
found 1 unreviewed changesets out of 22 -- score normalized to 9
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
25 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-27T16:01:03Z
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