
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@cawfree/react-native-simpler-date-picker
Advanced tools
A simple date picker component with a focus on reducing implementation complexity.
A simple date picker component with a focus on reducing implementation complexity.
Are you using react-native-simple-date-picker? Don't. It's deprecated (and overcomplicated).
Using npm:
npm install --save @cawfree/react-native-simpler-date-picker
Using yarn:
yarn add @cawfree/react-native-simpler-date-picker
It's really simple, just make sure you have moment.js installed so you can toy with the results.
import SimplerDatePicker from '@cawfree/react-native-simpler-date-picker';
const App = () => (
<SimplerDatePicker
minDate={Moment().subtract(1, 'days')}
maxDate={Moment().add(1, 'days')}
onDatePicked={console.log}
/>
);
That's all!
FAQs
A simple date picker component with a focus on reducing implementation complexity.
The npm package @cawfree/react-native-simpler-date-picker receives a total of 65 weekly downloads. As such, @cawfree/react-native-simpler-date-picker popularity was classified as not popular.
We found that @cawfree/react-native-simpler-date-picker 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.