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
Custom date column type for RevoGrid.
npm install @revolist/revogrid-column-date
Typescript
Module System
Node Version
NPM Version
TypeScript (83.63%)
CSS (13.09%)
HTML (3.28%)
Total Downloads
185,052
Last Day
473
Last Week
2,188
Last Month
8,765
Last Year
96,335
MIT License
3 Stars
50 Commits
5 Forks
3 Watchers
3 Branches
2 Contributors
Updated on Jan 15, 2025
Latest Version
2.0.25
Package Id
@revolist/revogrid-column-date@2.0.25
Unpacked Size
166.75 kB
Size
40.89 kB
File Count
7
NPM Version
10.9.0
Node Version
22.12.0
Published on
Jan 15, 2025
Cumulative downloads
Total Downloads
Last Day
110.2%
473
Compared to previous day
Last Week
5.2%
2,188
Compared to previous week
Last Month
-25%
8,765
Compared to previous month
Last Year
55.5%
96,335
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
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 1/25 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 effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
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
Reason
12 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-04-28
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