
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
react-until
Advanced tools
A tiny react component to present time passed/until in a humanistic format
A tiny component for those needing "humanistic" outputs rather than "to-the-second" accuracy to display the amount of time passed. For example, instead of item was added 37 seconds ago this component would render item was added just now. See Outputs section below for further information.
npm i -S react-since
import Since from 'react-since'
The component requires a date
prop and returns a <span></span>
containing the approximate time since that date.
const date = new Date().toString()
<Since date={date} />
The component by default is live meaning that dates will auto-update at set intervals. You can override this setting by passing a live
prop like this:
<Since date={'2019-05-24 10:30:00.000Z'} live={false} />
The default refresh rate is 60 seconds but you can specify a different value by passing a seconds prop like this:
<Since date={'2019-05-24 10:30:00.000Z'} live seconds={30} />
If the live
prop is set to false
then the seconds
prop is ignored.
Outputs are designed to be humanistic. The thinking is that users typically want to know a rough idea of how long ago an event took place and aren't concerned with highly accurate timings. See the table below for example outputs.
Time Difference | Output |
---|---|
30 seconds | "just now" |
32 minutes | "30 minutes ago" |
70 minutes | "an hour ago" |
3 hours | "a few hours ago" |
FAQs
A tiny react component to present time passed/until in a humanistic format
The npm package react-until receives a total of 7 weekly downloads. As such, react-until popularity was classified as not popular.
We found that react-until 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
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.