Comparing version 8.0.4 to 8.0.5
@@ -42,3 +42,3 @@ // Type definitions for filesize 8.0.3 | ||
/** | ||
* Number base, default is 2 | ||
* Number base, default is 10 | ||
*/ | ||
@@ -87,3 +87,3 @@ base?: number; | ||
/** | ||
* Standard unit of measure, can be iec or jedec, default is jedec; can be overruled by base | ||
* Standard unit of measure, can be iec or jedec, default is iec; can be overruled by base | ||
*/ | ||
@@ -125,2 +125,2 @@ standard?: "iec" | "jedec"; | ||
} | ||
} | ||
} |
{ | ||
"name": "filesize", | ||
"description": "JavaScript library to generate a human readable String describing the file size", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"homepage": "https://filesizejs.com", | ||
@@ -6,0 +6,0 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", |
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
61160
625