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 0.8.0 to 0.8.1

test/test-error.coffee

3

humanize-duration.js

@@ -122,2 +122,5 @@ /*

var dictionary = LANGUAGES[language || humanizeDuration.language];
if (!dictionary) {
throw new Error("Language " + language + " not defined");
}
return count + " " + dictionary[word](count);

@@ -124,0 +127,0 @@ }

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.8.0",
"version": "0.8.1",
"description": "Convert millisecond durations to English or many other languages.",

@@ -13,0 +13,0 @@ "main": "humanize-duration.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