Comparing version 3.5.1 to 3.5.2
@@ -6,3 +6,3 @@ /** | ||
* @license BSD-3-Clause | ||
* @version 3.5.1 | ||
* @version 3.5.2 | ||
*/ | ||
@@ -9,0 +9,0 @@ (function (global) { |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @license BSD-3-Clause | ||
* @version 3.5.1 | ||
* @version 3.5.2 | ||
*/ | ||
@@ -11,0 +11,0 @@ (function (global) { |
{ | ||
"name": "filesize", | ||
"description": "JavaScript library to generate a human readable String describing the file size", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"homepage": "http://filesizejs.com", | ||
@@ -6,0 +6,0 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", |
@@ -21,3 +21,3 @@ # filesize.js | ||
### fullform | ||
_*(boolean)*_ Enables long form of unit of measure, default is `false` | ||
_*(boolean)*_ Enables full form of unit of measure, default is `false` | ||
@@ -24,0 +24,0 @@ ### output |
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
14923