Gathering detailed insights and metrics for @danmarshall/deckgl-typings
Gathering detailed insights and metrics for @danmarshall/deckgl-typings
Gathering detailed insights and metrics for @danmarshall/deckgl-typings
Gathering detailed insights and metrics for @danmarshall/deckgl-typings
npm install @danmarshall/deckgl-typings
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
108 Stars
357 Commits
69 Forks
4 Watching
46 Branches
47 Contributors
Updated on 15 Nov 2024
JavaScript (57.34%)
TypeScript (41.69%)
Shell (0.97%)
Cumulative downloads
Total Downloads
Last day
-17.7%
6,200
Compared to previous day
Last week
-6.7%
36,812
Compared to previous week
Last month
-8.4%
177,280
Compared to previous month
Last year
-5.3%
2,335,334
Compared to previous year
TypeScript declaration files for deck.gl
This is a work in progress - see the issues list
npm install @danmarshall/deckgl-typings
These will automatically appear in your projects node_modules/@types
folder, thanks to indefinitely-typed.
Then it is possible to link the mappings in your project so typescript can find them (since the project is not in @types yet).
Create a new file like deckgl.d.ts
(although it could be named anything ending in .d.ts
) in your src/
directory with the following code:
import * as DeckTypings from "@danmarshall/deckgl-typings"
declare module "deck.gl" {
export namespace DeckTypings {}
}
deck.gl version | deckgl-typings version |
---|---|
5.x.x | 1.x.x |
6.x.x | 2.x.x |
7.x.x | 3.x.x |
8.x.x | 4.x.x |
These typings are now v4 which targets deck.gl v8. The following issues are changes to v8 from deck.gl v7 which have not been added to these typings:
Thanks to the community of contributors for adding many typings over the last few months. Please feel free to continue fixes for the above or any other issues. 🥂
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
Found 15/28 approved changesets -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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