New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@manubb/union-find

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manubb/union-find - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Manuel Baclet <mbaclet@gmail.com>",
"version": "1.0.0",
"version": "1.0.1",
"main": "union-find.js",

@@ -8,0 +8,0 @@ "scripts": {

@@ -1,3 +0,3 @@

Union--Find
===========
Union-Find
==========

@@ -9,3 +9,3 @@ A JS implementation of [disjoint-set](https://en.wikipedia.org/wiki/Disjoint-set_data_structure) data structure for node and browsers.

```
npm install @manubb/union--find
npm install @manubb/union-find
```

@@ -67,3 +67,3 @@

```js
import { makeSet, find, union } from 'union--find';
import { makeSet, find, union } from '@manubb/union-find';
```

@@ -74,3 +74,3 @@

```js
const { makeSet, find, union } = require('union--find');
const { makeSet, find, union } = require('@manubb/union-find');
```
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