Socket
Socket
Sign inDemoInstall

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.27.3 to 3.28.0

4

HISTORY.md

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

# 3.28.0 / 2023-01-14
- new: Mongolian support (`mn`)
# 3.27.3 / 2022-08-26

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

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

},
mn: {
y: "жил",
mo: "сар",
w: "долоо хоног",
d: "өдөр",
h: "цаг",
m: "минут",
s: "секунд",
ms: "миллисекунд",
decimal: "."
},
mr: {

@@ -814,0 +825,0 @@ y: function (c) {

13

package.json

@@ -34,5 +34,6 @@ {

"Kristijan Jesenski (https://github.com/kjesenski)",
"Michal Karzel (https://github.com/Misioka)"
"Michal Karzel (https://github.com/Misioka)",
"Batmend Ganbaatar (https://github.com/theironbatka)"
],
"version": "3.27.3",
"version": "3.28.0",
"description": "Convert millisecond durations to English and many other languages.",

@@ -48,8 +49,8 @@ "homepage": "https://github.com/EvanHahn/HumanizeDuration.js",

"devDependencies": {
"csv-parse": "^5.3.0",
"eslint": "^8.22.0",
"csv-parse": "^5.3.3",
"eslint": "^8.31.0",
"eslint-plugin-mocha": "^10.1.0",
"mocha": "^10.0.0",
"mocha": "^10.2.0",
"ms": "^2.1.3",
"prettier": "^2.7.1"
"prettier": "^2.8.3"
},

@@ -56,0 +57,0 @@ "keywords": [

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

| Macedonian | `mk` |
| Mongolian | `mn` |
| Malay | `ms` |

@@ -269,0 +270,0 @@ | Marathi | `mr` |

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