Installations
npm install @revolist/revogrid-column-date
Developer
Developer Guide
Module System
ESM
Min. Node Version
Typescript Support
Yes
Node Version
22.9.0
NPM Version
10.8.3
Statistics
3 Stars
49 Commits
5 Forks
3 Watching
3 Branches
2 Contributors
Updated on 19 Sept 2024
Languages
TypeScript (83.54%)
CSS (13.16%)
HTML (3.3%)
Total Downloads
Cumulative downloads
Total Downloads
134,435
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
🚨 Repository Notice 🚨
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.
Installation
npm i @revolist/revogrid-column-date
How to use
- Import Select Column type;
- Specify table data;
- Per column specify column type;
- Register your column type;
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
packaging workflow detected
Details
- Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:7
Reason
9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7
Reason
4 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-g3ch-rx76-35fx
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/revolist/revogrid-column-date/publish.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/revolist/revogrid-column-date/publish.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/revolist/revogrid-column-date/publish.yml/main?enable=pin
- Info: 0 out of 3 GitHub-owned GitHubAction dependencies pinned
- Info: 1 out of 1 npmCommand dependencies pinned
Reason
Found 1/25 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: topLevel permissions set to 'write-all': .github/workflows/publish.yml:5
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 7 are checked with a SAST tool
Score
4.2
/10
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