Gathering detailed insights and metrics for hb-input-moment
Gathering detailed insights and metrics for hb-input-moment
Gathering detailed insights and metrics for hb-input-moment
Gathering detailed insights and metrics for hb-input-moment
npm install hb-input-moment
Typescript
Module System
Node Version
NPM Version
31.7
Supply Chain
73.7
Quality
71.9
Maintenance
25
Vulnerability
98.6
License
JavaScript (62.03%)
CSS (29.54%)
HTML (7.08%)
Shell (1.35%)
Total Downloads
4,672
Last Day
1
Last Week
1
Last Month
14
Last Year
197
ISC License
3 Stars
65 Commits
2 Watchers
2 Branches
Updated on Oct 20, 2016
Minified
Minified + Gzipped
Latest Version
0.3.2
Package Id
hb-input-moment@0.3.2
Size
24.19 kB
NPM Version
3.5.3
Node Version
4.2.2
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
1
Compared to previous week
Last Month
-46.2%
14
Compared to previous month
Last Year
19.4%
197
Compared to previous year
THIS IS A FORK OF input-moment USED AT HIVEBEAT
React datetime picker powered by momentjs
The design is from https://dribbble.com/shots/1439965-Due-Date-and-Time-Picker.
The icon is from ionicons.
1npm i hb-input-moment --save
Notice: This module requires moment as a peerDependency.
http://wangzuo.github.io/input-moment
1<InputMoment 2 moment={this.state.moment} 3 onChange={this.handleChange} 4 onSave={this.handleSave} 5/>
Prop | Description | Default |
---|---|---|
dateOnly | Boolean. If it should show only the date picker. | false |
timeOnly | Boolean. If it should show only the time picker. | false |
prevMonthIcon | String. Class string for the previous month icon. | 'ion-ios-arrow-left' |
nextMonthIcon | String. Class string for the next month icon. | 'ion-ios-arrow-right' |
weeks | Array. Days of the week in order. | ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'] |
locale | String. Locale to display date time in. | 'en' |
saveString | String. String so display on the save button. | 'Save' |
Check app.js for a working example.
ISC
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/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
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-06-30
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