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
81.3
Supply Chain
81.1
Quality
85
Maintenance
100
Vulnerability
100
License
TypeScript (83.63%)
CSS (13.09%)
HTML (3.28%)
Total Downloads
194,108
Last Day
24
Last Week
3,155
Last Month
11,244
Last Year
101,889
MIT License
3 Stars
50 Commits
5 Forks
3 Watchers
3 Branches
2 Contributors
Updated on Jan 15, 2025
Minified
Minified + Gzipped
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
166.7%
24
Compared to previous day
Last Week
6.5%
3,155
Compared to previous week
Last Month
29.4%
11,244
Compared to previous month
Last Year
61.4%
101,889
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 dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow 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
0 commit(s) and 0 issue activity found in the last 90 days -- 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
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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