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.1.2 to 1.1.6

CHANGELOG.md

51

core.d.ts

@@ -8,34 +8,37 @@ import { IOptions } from './lib/types';

export declare namespace lazy_unique {
var array_unique: typeof import("./core").array_unique;
var array_unique_overwrite: typeof import("./core").array_unique_overwrite;
var lazy_unique_overwrite: typeof import("./core").lazy_unique_overwrite;
var equals: typeof import("./lib/util").equals;
var defaultFilter: typeof import("./lib/util").defaultFilter;
var defaultChecker: typeof import("./lib/util").defaultChecker;
var lazy_unique: typeof import("./core").lazy_unique;
var default: typeof import("./core").lazy_unique;
export var array_unique: typeof import("./core").array_unique;
export var array_unique_overwrite: typeof import("./core").array_unique_overwrite;
export var lazy_unique_overwrite: typeof import("./core").lazy_unique_overwrite;
export var equals: typeof import("./lib/util").equals;
export var defaultFilter: typeof import("./lib/util").defaultFilter;
export var defaultChecker: typeof import("./lib/util").defaultChecker;
export var lazy_unique: typeof import("./core").lazy_unique;
var _a: typeof import("./core").lazy_unique;
export { _a as default };
}
export declare function lazy_unique<T, T1, T2>(a1: T1, a2: T2, ...arr: T[]): Array<T | T1 | T2>;
export declare namespace lazy_unique {
var array_unique: typeof import("./core").array_unique;
var array_unique_overwrite: typeof import("./core").array_unique_overwrite;
var lazy_unique_overwrite: typeof import("./core").lazy_unique_overwrite;
var equals: typeof import("./lib/util").equals;
var defaultFilter: typeof import("./lib/util").defaultFilter;
var defaultChecker: typeof import("./lib/util").defaultChecker;
var lazy_unique: typeof import("./core").lazy_unique;
var default: typeof import("./core").lazy_unique;
export var array_unique: typeof import("./core").array_unique;
export var array_unique_overwrite: typeof import("./core").array_unique_overwrite;
export var lazy_unique_overwrite: typeof import("./core").lazy_unique_overwrite;
export var equals: typeof import("./lib/util").equals;
export var defaultFilter: typeof import("./lib/util").defaultFilter;
export var defaultChecker: typeof import("./lib/util").defaultChecker;
export var lazy_unique: typeof import("./core").lazy_unique;
var _a: typeof import("./core").lazy_unique;
export { _a as default };
}
export declare function lazy_unique<T>(...arr: Array<T | T[]>): T | (T | T[])[];
export declare namespace lazy_unique {
var array_unique: typeof import("./core").array_unique;
var array_unique_overwrite: typeof import("./core").array_unique_overwrite;
var lazy_unique_overwrite: typeof import("./core").lazy_unique_overwrite;
var equals: typeof import("./lib/util").equals;
var defaultFilter: typeof import("./lib/util").defaultFilter;
var defaultChecker: typeof import("./lib/util").defaultChecker;
var lazy_unique: typeof import("./core").lazy_unique;
var default: typeof import("./core").lazy_unique;
export var array_unique: typeof import("./core").array_unique;
export var array_unique_overwrite: typeof import("./core").array_unique_overwrite;
export var lazy_unique_overwrite: typeof import("./core").lazy_unique_overwrite;
export var equals: typeof import("./lib/util").equals;
export var defaultFilter: typeof import("./lib/util").defaultFilter;
export var defaultChecker: typeof import("./lib/util").defaultChecker;
export var lazy_unique: typeof import("./core").lazy_unique;
var _a: typeof import("./core").lazy_unique;
export { _a as default };
}
export declare function lazy_unique_overwrite<T>(...arr: Array<T | T[]>): T | (T | T[])[];
export default lazy_unique;
{
"name": "array-hyper-unique",
"version": "1.1.2",
"version": "1.1.6",
"description": "Get unique values of an array. Really, like deeply unique.",

@@ -34,9 +34,9 @@ "keywords": [

],
"homepage": "https://github.com/bluelovers/array-hyper-unique#readme",
"homepage": "https://github.com/bluelovers/ws-array/tree/master/packages/array-hyper-unique#readme",
"bugs": {
"url": "https://github.com/bluelovers/array-hyper-unique/issues"
"url": "https://github.com/bluelovers/ws-array/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/array-hyper-unique.git"
"url": "git+https://github.com/bluelovers/ws-array.git"
},

@@ -47,18 +47,14 @@ "license": "ISC",

"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"test": "jest",
"build:lib:chk": "ts-node test/lib.chk",
"npm:publish": "npm publish",
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"prepublish:lockfile": "npx sync-lockfile .",
"prepublishOnly": "yarn run test && yarn run build:lib:chk",
"postpublish": "git commit -m \"chore(release): publish\" .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort",
"tsc:default": "tsc -p tsconfig.json",
"tsc:esm": "tsc -p tsconfig.esm.json"
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
"ncu": "ynpx --quiet yarn-tool -- ncu -u",
"sort-package-json": "ynpx --quiet yarn-tool -- sort"
},

@@ -70,8 +66,2 @@ "dependencies": {

"@arr/unique": "^1.0.1",
"@bluelovers/tsconfig": "^1.0.19",
"@types/array-unique": "^0.3.0",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.155",
"@types/lodash.uniq": "^4.5.6",
"@types/node": "^14.0.11",
"arr-unique": "^1.0.2",

@@ -81,11 +71,8 @@ "array-uniq": "^2.1.0",

"array-unique-deep": "^1.0.1",
"debug-color2": "^1.1.7",
"jest": "^26.0.1",
"just-unique": "^3.2.0",
"lodash": "^4.17.15",
"lodash.uniq": "^4.5.0",
"strip-ansi": "^6.0.0",
"tfk-unique-array": "^2.0.0",
"ts-jest": "^26.1.0"
}
"tfk-unique-array": "^2.0.0"
},
"gitHead": "315a9098b8d606eb0be8a9edc7b5fe0674c452d1"
}

Sorry, the diff of this file is not supported yet

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