Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
rmc-date-picker
Advanced tools
React Mobile DatePicker Component (web and react-native)
see example
npm i
npm start
http://localhost:8000/examples/
online example: http://react-component.github.io/m-date-picker/
npm run rn-init
npm run watch-tsc
react-native start
react-native run-ios
name | description | type | default |
---|---|---|---|
className(web) | additional css class of root dom node | String | '' |
prefixCls(web) | prefix class | String | 'rmc-date-picker' |
pickerPrefixCls(web) | picker prefix class | String | 'rmc-picker' |
defaultDate | default selected date. | Date | |
date | The currently selected date. | Date | |
mode | The date picker mode. | String | 'date' enum('date', 'time', 'datetime', 'year', 'month') |
minDate | min date | Date | new Date(2000, 1, 1, 0, 0, 0) |
maxDate | max date | Date | new Date(2030, 1, 1, 23, 59, 59) |
minHour | min Hour [0, 23] | Number | 0 |
maxHour | max Hour [0, 23] | Number | 23 |
minMinute | max Minute [0, 59] | Number | 0 |
maxMinute | max Minute [0, 59] | Number | 59 |
locale | the locale of area | Object | import from 'rmc-date-picker/lib/locale/en_US' |
use12Hours | 12 hours display mode | Boolean | false |
minuteStep | The amount of time, in minutes, between each minute item. | Number | 1 |
onDateChange | Date change handler. | Function(date: Date) | '' |
onValueChange | fire when picker change | (vals: any, index: number) => void | |
formatMonth | Customize display value of months | (month:number, current:Date) => React.Node | |
formatDay | Customize display value of days | (day:number, current:Date) => React.Node |
name | description | type | default |
---|---|---|---|
className(web) | additional css class of modal node | String | '' |
style(web) | additional modal style | object | {} |
popupTransitionName(web) | String | ||
maskTransitionName(web) | String | ||
prefixCls(web) | popup's prefix class | String | 'rmc-picker-popup' |
styles(react-native) | PopupPicker's styles | StyleSheet.create | |
datePicker | DatePicker element | React DatePicker element | |
date | The currently selected date. | Date | |
visible | whether pop picker is visible | Boolean | false |
onChange | exec on ok | Function(date: Date) | |
onVisibleChange | called when pop picker visible change | Function | |
onDismiss | exec on dismiss | function | |
okText | ok button text | string/React.ReactElement | 'Ok' |
dismissText | dismiss button text | string/React.ReactElement | 'Dismiss' |
title | Popup title | string/React.ReactElement | '' |
npm test
npm run chrome-test
npm run coverage
open coverage/ dir
rmc-date-picker is released under the MIT license.
FAQs
React Mobile DatePicker Component for web and react-native
The npm package rmc-date-picker receives a total of 19,025 weekly downloads. As such, rmc-date-picker popularity was classified as popular.
We found that rmc-date-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.