Gathering detailed insights and metrics for @revolist/revogrid-column-date
Gathering detailed insights and metrics for @revolist/revogrid-column-date
Gathering detailed insights and metrics for @revolist/revogrid-column-date
Gathering detailed insights and metrics for @revolist/revogrid-column-date
npm install @revolist/revogrid-column-date
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
3 Stars
49 Commits
5 Forks
3 Watching
3 Branches
2 Contributors
Updated on 19 Sept 2024
TypeScript (83.54%)
CSS (13.16%)
HTML (3.3%)
Cumulative downloads
Total Downloads
Last day
-27.9%
339
Compared to previous day
Last week
12.3%
2,501
Compared to previous week
Last month
46.6%
10,540
Compared to previous month
Last year
61.1%
74,702
Compared to previous year
This repo is read-only and will be deprecated in v5+ in favor of monorepos. Post issues here. Happy coding! 🖥️💻
revogrid-column-date
Custom column type for RevoGrid component based on duetds-date-picker library.
npm i @revolist/revogrid-column-date
1 2// do import 3import Plugin from "@revolist/revogrid-column-date"; 4 5const columns = [{ prop: 'name', columnType: 'date' }]; 6const rows = [{ name: '2020-08-24' }, { name: '2022-08-24' }]; 7 8// register column type 9const columnTypes = { 'date': new Plugin() }; 10 11// apply data to grid per your framework approach 12<revo-grid source={rows} columns={columns} columnTypes={columnTypes}/>
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7
Reason
4 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 1/25 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
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
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-18
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