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.0 to 3.27.1

4

HISTORY.md

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

# 3.27.1 / 2021-12-05
- fix: Japanese word for "month" (see [#203](https://github.com/EvanHahn/HumanizeDuration.js/pull/203))
# 3.27.0 / 2021-06-06

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

2

humanize-duration.js

@@ -651,3 +651,3 @@ // HumanizeDuration.js - https://git.io/j0HgmQ

y: "年",
mo: "月",
mo: "ヶ月",
w: "週",

@@ -654,0 +654,0 @@ d: "日",

@@ -33,5 +33,6 @@ {

"Aryan Rawlani (https://github.com/aryanrawlani28)",
"Kristijan Jesenski (https://github.com/kjesenski)"
"Kristijan Jesenski (https://github.com/kjesenski)",
"Michal Karzel (https://github.com/Misioka)"
],
"version": "3.27.0",
"version": "3.27.1",
"description": "Convert millisecond durations to English and many other languages.",

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

"devDependencies": {
"csv-parse": "^4.15.4",
"eslint": "^7.27.0",
"eslint-plugin-mocha": "^8.1.0",
"mocha": "^8.4.0",
"csv-parse": "^5.0.3",
"eslint": "^8.4.0",
"eslint-plugin-mocha": "^9.0.0",
"mocha": "^9.1.3",
"ms": "^2.1.3",
"prettier": "^2.3.0"
"prettier": "^2.5.1"
},

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

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

- [Kristijan Jesenski](https://github.com/kjesenski) for Slovenian support
- [Michal Karzel](https://github.com/Misioka) for improving Arabic support

@@ -334,0 +335,0 @@ Licensed under the permissive [Unlicense](https://unlicense.org/). Enjoy!

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