@transloadit/format-duration-ms
Advanced tools
Comparing version 0.0.29 to 0.0.30
const prettyMS = require('pretty-ms') | ||
module.exports = function formatDurationMs (ms) { | ||
@@ -3,0 +4,0 @@ let human = prettyMS(ms) |
@@ -17,4 +17,4 @@ { | ||
}, | ||
"version": "0.0.29", | ||
"gitHead": "262a707c720fb52cf7e0e0488c5c870f2b3ffbc6" | ||
"version": "0.0.30", | ||
"gitHead": "1d649aa77fbabed471420f73f9433954452743bd" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36111