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.25.1 to 3.25.2

4

HISTORY.md

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

# 3.25.2 / 2021-04-17
- fix: Thai word for "week" is now less colloquial (see [#196](https://github.com/EvanHahn/HumanizeDuration.js/pull/196))
# 3.25.1 / 2021-01-07

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

2

humanize-duration.js

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

mo: "เดือน",
w: "อาทิตย์",
w: "สัปดาห์",
d: "วัน",

@@ -1045,0 +1045,0 @@ h: "ชั่วโมง",

@@ -35,3 +35,3 @@ {

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

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

"devDependencies": {
"csv-parse": "^4.14.2",
"eslint": "^7.17.0",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.2.1",
"csv-parse": "^4.15.3",
"eslint": "^7.23.0",
"eslint-plugin-mocha": "^8.1.0",
"mocha": "^8.3.2",
"ms": "^2.1.3",

@@ -53,0 +53,0 @@ "prettier": "^2.2.1"

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