Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

array-hyper-unique

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-hyper-unique - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"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
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc