Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
react-input-moment
Advanced tools
React datetime picker powered by momentjs
This is a fork of input-moment that aims to add more functionality and make less assumptions about environment.
This module has peer dependencies: react, react-dom, lodash, and moment. These dependencies are not included in the build to reduce library size. This allows for a flat dependency graph and should significantly reduce build size.
import {InputMoment, Calendar, Clock} from 'react-input-moment';
<InputMoment
moment={this.state.moment}
onChange={this.handleChange}
showSeconds={true}
locale="en"
/>
<Calendar
moment={this.state.moment}
onChange={this.handleChange}
locale="en"
/>
<Clock
moment={this.state.moment}
onChange={this.handleChange}
showSeconds={true}
locale="en"
/>
Check app.js for a working example.
ISC
FAQs
React date and time pickers powered by MomentJS.
The npm package react-input-moment receives a total of 61 weekly downloads. As such, react-input-moment popularity was classified as not popular.
We found that react-input-moment 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.