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 2.0.4 to 2.0.6

22

CHANGELOG.md

@@ -6,2 +6,24 @@ # Change Log

## [2.0.6](https://github.com/bluelovers/ws-array/compare/array-hyper-unique@2.0.5...array-hyper-unique@2.0.6) (2021-11-27)
### 🐛 Bug Fixes
* **build:** `--export-referenced-types` can't be set false ([3041fd2](https://github.com/bluelovers/ws-array/commit/3041fd20f3d144da0be68e89364f069576661ed5))
## [2.0.5](https://github.com/bluelovers/ws-array/compare/array-hyper-unique@2.0.4...array-hyper-unique@2.0.5) (2021-11-27)
### 🔖 Miscellaneous
* . ([fa2f19c](https://github.com/bluelovers/ws-array/commit/fa2f19c32ec97906ae387b9bf1c4c56f8d6d4a04))
## [2.0.4](https://github.com/bluelovers/ws-array/compare/array-hyper-unique@2.0.2...array-hyper-unique@2.0.4) (2021-11-24)

@@ -8,0 +30,0 @@

2

dist/index.d.ts

@@ -34,4 +34,4 @@ /**

export declare function lazy_unique_overwrite<T>(...arr: Array<T | T[]>): T | (T | T[])[];
lazy_unique;
export default lazy_unique;
export {};
{
"name": "array-hyper-unique",
"version": "2.0.4",
"version": "2.0.6",
"description": "Get unique values of an array. Really, like deeply unique.",

@@ -44,2 +44,6 @@ "keywords": [

"author": "bluelovers",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"directories": {

@@ -49,6 +53,2 @@ "lib": "lib",

},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {

@@ -62,3 +62,3 @@ "coverage": "yarn run test -- --coverage",

"build": "yarn run build:tsdx && yarn run build:dts",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --external-inlines ts-type --export-referenced-types false & echo build:dts",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --external-inlines ts-type & echo build:dts",
"build:tsdx": "tsdx build --target node --name index",

@@ -93,3 +93,3 @@ "preversion": "echo preversion && yarn run test",

},
"gitHead": "1b8d6596d1d89a36947fed7d1493e6deda7acd8c"
"gitHead": "2da633be703855f231a5ed17974786e658c299af"
}
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