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.7 to 1.1.0

index.js.map

1

index.js

@@ -99,1 +99,2 @@ "use strict";

//export = lazy_unique;
//# sourceMappingURL=index.js.map

28

package.json
{
"name": "array-hyper-unique",
"version": "1.0.7",
"version": "1.1.0",
"description": "Get unique values of an array. Really, like deeply unique.",

@@ -49,17 +49,31 @@ "keywords": [

"scripts": {
"test": "npx -r chai -r mocha -r ts-node mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\""
"build:lib:chk": "ts-node test/lib.chk",
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"ncu": "npx yarn-tool ncu -u",
"npm:publish": "npm publish",
"prepublishOnly": "yarn run ncu && yarn run sort-package-json && yarn run test && yarn run build:lib:chk",
"postpublish": "echo postpublish & git commit -m \"publish new version\" .",
"sort-package-json": "npx sort-package-json ./package.json",
"test": "npx -r chai -r mocha -r ts-node mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"tsc:default": "tsc -p tsconfig.json",
"tsc:esm": "tsc -p tsconfig.esm.json"
},
"dependencies": {
"deep-eql": "^3.0.1"
"deep-eql": "^4.0.0"
},
"devDependencies": {
"@arr/unique": "^1.0.0",
"@bluelovers/tsconfig": "^1.0.12",
"@types/node": "^12.6.8",
"arr-unique": "^1.0.2",
"array-uniq": "^2.0.0",
"array-uniq": "^2.1.0",
"array-unique": "^0.3.2",
"array-unique-deep": "^1.0.1",
"debug-color2": "^1.0.6",
"debug-color2": "^1.1.6",
"just-unique": "^3.2.0",
"tfk-unique-array": "^1.0.11"
"lodash.uniq": "^4.5.0",
"strip-ansi": "^5.2.0",
"tfk-unique-array": "^2.0.0"
}
}
}

@@ -13,10 +13,11 @@ # array-hyper-unique

```json5
{ 'array-hyper-unique': { success: 12, fail: 0, error: 0 },
'array-unique-deep': { success: 9, fail: 3, error: 0 },
'arr-unique': { success: 7, fail: 5, error: 0 },
'array-uniq': { success: 6, fail: 6, error: 0 },
'just-unique': { success: 6, fail: 6, error: 0 },
'tfk-unique-array': { success: 5, fail: 3, error: 4 },
'array-unique': { success: 5, fail: 7, error: 0 },
'@arr/unique': { success: 5, fail: 7, error: 0 } }
{ 'array-hyper-unique': { success: 15, fail: 0, error: 0 },
'array-unique-deep': { success: 11, fail: 4, error: 0 },
'array-uniq': { success: 7, fail: 8, error: 0 },
'just-unique': { success: 7, fail: 8, error: 0 },
'arr-unique': { success: 7, fail: 8, error: 0 },
'lodash.uniq': { success: 7, fail: 8, error: 0 },
'array-unique': { success: 6, fail: 9, error: 0 },
'@arr/unique': { success: 6, fail: 9, error: 0 },
'tfk-unique-array': { success: 5, fail: 6, error: 4 } }
```

@@ -176,3 +177,3 @@

```ts
```
[LOG] main mixin test

@@ -188,2 +189,3 @@ --------------

[FAIL] array-unique-deep
[FAIL] lodash.uniq

@@ -201,2 +203,3 @@

[SUCCESS] array-unique-deep
[FAIL] lodash.uniq

@@ -214,2 +217,3 @@

[SUCCESS] array-unique-deep
[SUCCESS] lodash.uniq

@@ -227,2 +231,3 @@

[SUCCESS] array-unique-deep
[SUCCESS] lodash.uniq

@@ -240,2 +245,3 @@

[SUCCESS] array-unique-deep
[SUCCESS] lodash.uniq

@@ -253,2 +259,3 @@

[SUCCESS] array-unique-deep
[FAIL] lodash.uniq

@@ -266,2 +273,3 @@

[SUCCESS] array-unique-deep
[FAIL] lodash.uniq

@@ -279,2 +287,3 @@

[SUCCESS] array-unique-deep
[SUCCESS] lodash.uniq

@@ -292,2 +301,3 @@

[SUCCESS] array-unique-deep
[SUCCESS] lodash.uniq

@@ -305,2 +315,3 @@

[SUCCESS] array-unique-deep
[FAIL] lodash.uniq

@@ -318,2 +329,3 @@

[FAIL] array-unique-deep
[SUCCESS] lodash.uniq

@@ -331,2 +343,60 @@

[FAIL] array-unique-deep
[FAIL] lodash.uniq
[LOG] Buffer
--------------
[SUCCESS] array-hyper-unique
[FAIL] array-uniq
[FAIL] array-unique
[FAIL] @arr/unique
[FAIL] tfk-unique-array
[FAIL] just-unique
[FAIL] arr-unique
[SUCCESS] array-unique-deep
[FAIL] lodash.uniq
[LOG] ArrayBuffer
--------------
[SUCCESS] array-hyper-unique
[SUCCESS] array-uniq
[SUCCESS] array-unique
[SUCCESS] @arr/unique
[FAIL] tfk-unique-array
[SUCCESS] just-unique
[FAIL] arr-unique
[FAIL] array-unique-deep
[SUCCESS] lodash.uniq
[LOG] Buffer & ArrayBuffer
--------------
[SUCCESS] array-hyper-unique
[FAIL] array-uniq
[FAIL] array-unique
[FAIL] @arr/unique
[FAIL] tfk-unique-array
[FAIL] just-unique
[FAIL] arr-unique
[SUCCESS] array-unique-deep
[FAIL] lodash.uniq
```
---
```js
{
'array-hyper-unique': { success: 15, fail: 0, error: 0 },
'array-unique-deep': { success: 11, fail: 4, error: 0 },
'array-uniq': { success: 7, fail: 8, error: 0 },
'just-unique': { success: 7, fail: 8, error: 0 },
'arr-unique': { success: 7, fail: 8, error: 0 },
'lodash.uniq': { success: 7, fail: 8, error: 0 },
'array-unique': { success: 6, fail: 9, error: 0 },
'@arr/unique': { success: 6, fail: 9, error: 0 },
'tfk-unique-array': { success: 5, fail: 6, error: 4 }
}
```
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