
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-mobile-timepicker
Advanced tools
移动端react的选择时间组件.
npm install react-mobile-timepicker
import 'react-mobile-timepicker/assets/index.css';
import DateView from 'react-mobile-timepicker';
props
| Name | Type | Default | Description |
|---|---|---|---|
| [title] | string | 选择日期 | 标题 |
| [format] | string | 格式,YYYY:年,MM:月,会自动补齐,9会输出09,后面同理,DD:日,hh:时,mm:分,ss:秒 | |
| [options] | object | iscroll的配置项 | |
| [minuteStep] | number | 1 | 分钟的间隔 |
| [yearRange] | number | 10 | 年份前后的延伸 |
| [show] | boolean | false | 是否初始化显示选择控件 |
| [value] | number,array,number | 选中的值 | |
| [currentTime] | number,string | Date.now() | 当前时间 |
| [minDate] | number,string | 最小时间 | |
| [maxDate] | number,string | 最大时间 | |
| [onDone] | function | 选择时间后的调用,传入当前用户选择的时间,若返回false则会阻止选择器界面隐藏 |
Copyright (c) 2017 Cao Ren under the MIT License.
FAQs
A componet named datepicker for React
We found that react-mobile-timepicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.