Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

humanize-duration

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

humanize-duration - npm Package Compare versions

Comparing version 3.30.0 to 3.31.0

4

HISTORY.md

@@ -0,1 +1,5 @@

# 3.31.0 / 2023-11-10
- new: Central Kurdish support (`ckb`)
# 3.30.0 / 2023-09-17

@@ -2,0 +6,0 @@

@@ -226,2 +226,13 @@ // HumanizeDuration.js - https://git.io/j0HgmQ

),
ckb: language(
"ساڵ",
"مانگ",
"هەفتە",
"ڕۆژ",
"کاژێر",
"خولەک",
"چرکە",
"میلی چرکە",
"."
),
cs: language(

@@ -228,0 +239,0 @@ function (c) {

8

package.json

@@ -37,3 +37,3 @@ {

],
"version": "3.30.0",
"version": "3.31.0",
"description": "Convert millisecond durations to English and many other languages.",

@@ -50,5 +50,5 @@ "homepage": "https://github.com/EvanHahn/HumanizeDuration.js",

"devDependencies": {
"@types/node": "^20.6.2",
"csv-parse": "^5.5.0",
"eslint": "^8.49.0",
"@types/node": "^20.9.0",
"csv-parse": "^5.5.2",
"eslint": "^8.53.0",
"ms": "^2.1.3",

@@ -55,0 +55,0 @@ "prettier": "^3.0.3",

@@ -350,2 +350,3 @@ # Humanize Duration

| Catalan | `ca` |
| Central Kurdish | `ckb` |
| Chinese, simplified | `zh_CN` |

@@ -352,0 +353,0 @@ | Chinese, traditional | `zh_TW` |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc