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.13.0 to 3.14.0

5

HISTORY.md

@@ -0,1 +1,6 @@

3.14.0 / 2018-03-23
===================
* new: Urdu support
3.13.0 / 2018-03-19

@@ -2,0 +7,0 @@ ===================

@@ -291,2 +291,13 @@ // HumanizeDuration.js - http://git.io/j0HgmQ

},
ur: {
y: 'سال',
mo: function (c) { return c === 1 ? 'مہینہ' : 'مہینے' },
w: function (c) { return c === 1 ? 'ہفتہ' : 'ہفتے' },
d: 'دن',
h: function (c) { return c === 1 ? 'گھنٹہ' : 'گھنٹے' },
m: 'منٹ',
s: 'سیکنڈ',
ms: 'ملی سیکنڈ',
decimal: '.'
},
sk: {

@@ -293,0 +304,0 @@ y: function (c) { return ['rok', 'roky', 'roky', 'rokov'][getCzechOrSlovakForm(c)] },

5

package.json

@@ -24,5 +24,6 @@ {

"Caner Elci (https://github.com/canerelci)",
"Matej Kolesár (https://github.com/rasel-sk)"
"Matej Kolesár (https://github.com/rasel-sk)",
"Abdul Jalil (https://github.com/abduljalilm94)"
],
"version": "3.13.0",
"version": "3.14.0",
"description": "Convert millisecond durations to English and many other languages.",

@@ -29,0 +30,0 @@ "homepage": "https://github.com/EvanHahn/HumanizeDuration.js",

2

README.md

@@ -236,2 +236,3 @@ Humanize Duration

| Ukrainian | `uk` |
| Urdu | `ur` |
| Vietnamese | `vi` |

@@ -273,2 +274,3 @@

* [Matej Kolesár](https://github.com/rasel-sk) for Slovak support
* [Abdul Jalil](https://github.com/abduljalilm94) for Urdu support

@@ -275,0 +277,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