array-hyper-unique
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "array-hyper-unique", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Get unique values of an array. Really, like deeply unique.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -13,10 +13,10 @@ # array-hyper-unique | ||
```json5 | ||
{ 'array-hyper-unique': { success: 7, fail: 0, error: 0 }, | ||
'array-unique-deep': { success: 6, fail: 1, error: 0 }, | ||
'tfk-unique-array': { success: 4, fail: 2, error: 1 }, | ||
'arr-unique': { success: 4, fail: 3, error: 0 }, | ||
'array-uniq': { success: 2, fail: 5, error: 0 }, | ||
'array-unique': { success: 2, fail: 5, error: 0 }, | ||
'@arr/unique': { success: 2, fail: 5, error: 0 }, | ||
'just-unique': { success: 2, fail: 5, error: 0 } } | ||
{ 'array-hyper-unique': { success: 9, fail: 0, error: 0 }, | ||
'array-unique-deep': { success: 7, fail: 2, error: 0 }, | ||
'array-uniq': { success: 4, fail: 5, error: 0 }, | ||
'just-unique': { success: 4, fail: 5, error: 0 }, | ||
'arr-unique': { success: 4, fail: 5, error: 0 }, | ||
'tfk-unique-array': { success: 3, fail: 3, error: 3 }, | ||
'array-unique': { success: 3, fail: 6, error: 0 }, | ||
'@arr/unique': { success: 3, fail: 6, error: 0 } } | ||
``` | ||
@@ -176,3 +176,3 @@ | ||
``` | ||
```ts | ||
[LOG] main test | ||
@@ -206,7 +206,7 @@ -------------- | ||
[SUCCESS] array-uniq | ||
[SUCCESS] array-unique | ||
[SUCCESS] @arr/unique | ||
[SUCCESS] tfk-unique-array | ||
[FAIL] array-unique | ||
[FAIL] @arr/unique | ||
[FAIL] tfk-unique-array | ||
[SUCCESS] just-unique | ||
[SUCCESS] arr-unique | ||
[FAIL] arr-unique | ||
[SUCCESS] array-unique-deep | ||
@@ -251,2 +251,14 @@ | ||
[LOG] boolean | ||
-------------- | ||
[SUCCESS] array-hyper-unique | ||
[SUCCESS] array-uniq | ||
[SUCCESS] array-unique | ||
[SUCCESS] @arr/unique | ||
[ERROR] tfk-unique-array Unexpected token u in JSON at position 0 | ||
[SUCCESS] just-unique | ||
[FAIL] arr-unique | ||
[SUCCESS] array-unique-deep | ||
[LOG] Map | ||
@@ -262,2 +274,14 @@ -------------- | ||
[SUCCESS] array-unique-deep | ||
[LOG] function | ||
-------------- | ||
[SUCCESS] array-hyper-unique | ||
[SUCCESS] array-uniq | ||
[SUCCESS] array-unique | ||
[SUCCESS] @arr/unique | ||
[ERROR] tfk-unique-array Unexpected token u in JSON at position 0 | ||
[SUCCESS] just-unique | ||
[SUCCESS] arr-unique | ||
[FAIL] array-unique-deep | ||
``` |
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
11401
283