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 2.0.0 to 2.0.1

2

humanize-duration.js

@@ -70,3 +70,3 @@ /*

second: function(c) { return (c === 1) ? "seconde" : "seconden"; },
millisecond: function(c) { return (c === 1) ? "milliseconde" : "milliseconden"; },
millisecond: function(c) { return (c === 1) ? "milliseconde" : "milliseconden"; }
},

@@ -73,0 +73,0 @@ es: {

@@ -11,3 +11,3 @@ {

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

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

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