
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@optios/react-date-time-range-picker
Advanced tools
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
:warning: WORK IN PROGRESS
React date/time range picker is a javascript library for react that presents a nice and useable calender. Single dates and ranges are supported.
Use the package manager npm to install date/time range picker.
npm i @optios/react-date-time-range-picker
import DateTimeRangePicker from '@optios/react-date-time-range-picker'
<div>
<DateTimeRangePicker />
</div>
Example with property Time enabled
Example with property Range enabled
property | type | description |
---|---|---|
date | boolean | set to false to disable the date selection |
time | boolean | set to true to display the time below the calendar |
range | boolean | set to true to select multiple days value |
fromDate | Moment | set a date from where the user can start to select from |
untilDate | Moment | set a date to where the user can select to |
months | number | the number of months you want to show default: 1 |
onChange | function | pass a custom function to handle the changes detected in the calendar : (fromDate, untilDate) => console.log(fromDate, untilDate) |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQs
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
We found that @optios/react-date-time-range-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.