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

@bemoje/array

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bemoje/array - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

src/lib/arrHasDuplicates.d.ts

2

package.json
{
"name": "@bemoje/array",
"version": "0.2.5",
"version": "0.2.6",
"description": "array related tools/util.",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -8,2 +8,3 @@ export * from './lib/arrAverage';

export * from './lib/arrFlatten';
export * from './lib/arrHasDuplicates';
export * from './lib/arrIndicesOf';

@@ -10,0 +11,0 @@ export * from './lib/arrLast';

@@ -11,2 +11,3 @@ "use strict";

tslib_1.__exportStar(require("./lib/arrFlatten"), exports);
tslib_1.__exportStar(require("./lib/arrHasDuplicates"), exports);
tslib_1.__exportStar(require("./lib/arrIndicesOf"), exports);

@@ -13,0 +14,0 @@ tslib_1.__exportStar(require("./lib/arrLast"), exports);

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