Gathering detailed insights and metrics for ampersand-date-view2
Gathering detailed insights and metrics for ampersand-date-view2
Gathering detailed insights and metrics for ampersand-date-view2
Gathering detailed insights and metrics for ampersand-date-view2
npm install ampersand-date-view2
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,255
Last Day
1
Last Week
2
Last Month
9
Last Year
67
17 Commits
3 Watching
1 Branches
1 Contributors
Latest Version
0.0.9
Package Id
ampersand-date-view2@0.0.9
Size
9.17 kB
NPM Version
2.14.2
Node Version
4.0.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
350%
9
Compared to previous month
Last year
-71.6%
67
Compared to previous year
An extension of ampersand-date-view and ampersand-input-view to create a three part date control.
This control renders month as an input. I f you want month as a select menu see the original ampersand-date-view.
npm install ampersand-date-view2
1var FormView = require('ampersand-form-view'); 2var DateView = require('ampersand-date-view2'); 3 4module.exports = FormView.extend({ 5 fields: function () { 6 return [ 7 new DateView({ 8 label: 'Birth date', 9 value: this.model.birthDate || '', 10 name: 'birthDate', 11 yearMax: 2000 12 }), 13 ... 14 ]; 15 } 16}); 17
And all the standard options from ampersand-input-view
0.0.7 - removing hardcoded limitation on year 0.0.8 - Changes provided by @xicombd from @sinfo: added yearMin, yearMax constraints, demo, and lint cleanup 0.0.9 - (forked from ampersand-date-view) changed month field from select to input
Thanks to the Ampersand group & Mike Hedman!
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/17 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
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 2025-01-27
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