![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
I am tired of seeing exp: 22220201838
. What does that mean to a human? This tiny package let's you write '23 days'
and parse it to into a number.
yarn add durhuman
Includes a Duration
type that can be really helpful if you're using Typescript.
By default parse will parse as seconds. Pass the optional unit
argument
to have it convert to a differnt unit of time.
import dur, { Duration } from 'durhuman'
dur('1 second')
// 1
dur('23 minutes')
// 1,380
dur('23 minutes', 'milliseconds')
// 1,380,000
dur('2 days')
// 172,800
dur('2 days', 'hours')
// 48
FAQs
Parse human readable time duration strings to numbers
The npm package durhuman receives a total of 16 weekly downloads. As such, durhuman popularity was classified as not popular.
We found that durhuman 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.