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.4 to 1.0.5

11

index.js

@@ -80,3 +80,3 @@ "use strict";

equals: require('deep-eql'),
default: lazy_unique,
default: lazy_unique.lazy_unique,
});

@@ -88,4 +88,13 @@ // @ts-ignore

// @ts-ignore
Object.keys(lazy_unique).forEach((k) => {
try {
// @ts-ignore
lazy_unique[k] = Object.freeze(lazy_unique[k]);
}
catch (e) {
}
});
// @ts-ignore
lazy_unique = Object.freeze(lazy_unique);
module.exports = lazy_unique;
//export = lazy_unique;

2

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

@@ -5,0 +5,0 @@ "keywords": [

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