basic-utils
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "basic-utils", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "basic js utils", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -191,3 +191,8 @@ 'use strict'; | ||
'e4-ce-8f-5b-a7-fe', | ||
'00:18:31:8A:41:C6' | ||
'00:18:31:8A:41:C6', | ||
'ab:ab:ab:ab:ab:ab', | ||
'FF:FF:FF:FF:FF:FF', | ||
'01:02:03:04:05:ab', | ||
'01:AB:03:04:05:06', | ||
'00:00:00:00:00:00' | ||
], | ||
@@ -203,3 +208,8 @@ | ||
undefined, | ||
'e4:ce:8f:5b:a7fe' | ||
'e4:ce:8f:5b:a7fe', | ||
'abc', | ||
'01:02:03:04:05', | ||
'01:02:03:04::ab', | ||
'1:2:3:4:5:6', | ||
'AB:CD:EF:GH:01:02' | ||
], | ||
@@ -206,0 +216,0 @@ |
@@ -115,2 +115,5 @@ 'use strict'; | ||
expect(Utils.isNumber(12.00)).to.be.true(); | ||
expect(Utils.isNumber(Infinity)).to.be.true(); | ||
expect(Utils.isNumber(NaN)).to.be.false(); | ||
Types.nonInt.forEach((type) => { | ||
@@ -117,0 +120,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
24020
700