Comparing version 10.1.5 to 10.1.6
@@ -6,3 +6,3 @@ /** | ||
* @license BSD-3-Clause | ||
* @version 10.1.5 | ||
* @version 10.1.6 | ||
*/ | ||
@@ -173,3 +173,3 @@ const ARRAY = "array"; | ||
const i = result[0].toString(), | ||
x = separator || (i.match(/(\D)/g)?.pop() ?? PERIOD), | ||
x = separator || ((i.match(/(\D)/g) || []).pop() || PERIOD), | ||
tmp = i.toString().split(x), | ||
@@ -176,0 +176,0 @@ s = tmp[1] || EMPTY, |
{ | ||
"name": "filesize", | ||
"description": "JavaScript library to generate a human readable String describing the file size", | ||
"version": "10.1.5", | ||
"version": "10.1.6", | ||
"homepage": "https://filesizejs.com", | ||
@@ -6,0 +6,0 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", |
@@ -0,0 +0,0 @@ # filesize.js |
@@ -0,0 +0,0 @@ interface FileSizeOptionsBase { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
20231