Comparing version 1.4.56 to 1.4.57
{ | ||
"name": "ax5core", | ||
"version": "1.4.56", | ||
"version": "1.4.57", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "ThomasJ <tom@axisj.com>" |
{ | ||
"name": "ax5core", | ||
"version": "1.4.56", | ||
"version": "1.4.57", | ||
"description": "ax5core is a collection of utility functions that have been designed for use in ax5ui", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -49,2 +49,14 @@ describe('ax5.util.number TEST', function() { | ||
args: [ | ||
-123456789.678, | ||
{ | ||
abs: true, | ||
ceil: true, | ||
money: true | ||
} | ||
], | ||
expect: '123,456,790', | ||
explanation: -123456789.678 + ',{ abs: true, ceil: true, money: true }' | ||
}, | ||
{ | ||
args: [ | ||
'A-1234~~56789.8~888PX', | ||
@@ -51,0 +63,0 @@ { |
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
609847
8600