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.20.1 to 3.21.0

5

HISTORY.md

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

3.21.0 / 2019-09-26
===================
* new: Færøsk support
3.20.1 / 2019-07-28

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

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

},
fo: {
y: 'ár',
mo: function (c) { return c === 1 ? 'mánaður' : 'mánaðir' },
w: function (c) { return c === 1 ? 'vika' : 'vikur' },
d: function (c) { return c === 1 ? 'dagur' : 'dagar' },
h: function (c) { return c === 1 ? 'tími' : 'tímar' },
m: function (c) { return c === 1 ? 'minuttur' : 'minuttir' },
s: 'sekund',
ms: 'millisekund',
decimal: ','
},
fr: {

@@ -147,0 +158,0 @@ y: function (c) { return 'an' + (c >= 2 ? 's' : '') },

9

package.json

@@ -28,5 +28,6 @@ {

"Wasuwat Limsuparhat (https://github.com/rappad)",
"Harijs Deksnis (https://github.com/arcanous)"
"Harijs Deksnis (https://github.com/arcanous)",
"Neer Thapa(Subit) (https://github.com/nirmalathapa)"
],
"version": "3.20.1",
"version": "3.21.0",
"description": "Convert millisecond durations to English and many other languages.",

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

"check-ecmascript-version-compatibility": "^0.1.1",
"csv-parse": "^4.4.3",
"csv-parse": "^4.4.6",
"mocha": "^6.2.0",
"ms": "^2.1.2",
"standard": "^13.1.0"
"standard": "^14.3.1"
},

@@ -47,0 +48,0 @@ "keywords": [

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

| Finnish | `fi` |
| Faroese | `fo` |
| French | `fr` |

@@ -306,2 +307,3 @@ | German | `de` |

* [Harijs Deksnis](https://github.com/arcanous) for Latvian support
* [Nirmala Thapa(Subit)](https://github.com/nirmalathapa) for Faroese support

@@ -308,0 +310,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