@ulu/utils
Advanced tools
Comparing version 0.0.9 to 0.0.10
# Change Log | ||
## 0.0.10 | ||
- String > separateCssUnit (change returned value to number [versus string]) | ||
## 0.0.9 | ||
@@ -4,0 +8,0 @@ |
@@ -37,4 +37,4 @@ /** | ||
original, | ||
value: original.replace(pattern, ""), | ||
unit: original.match(pattern)[0] | ||
value: parseFloat(original.replace(pattern, "")), | ||
unit: original.match(pattern)[0] | ||
}; | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "@ulu/utils", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Low level utility library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
36286
43
936