🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@dsinjs/binary-tree

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsinjs/binary-tree - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
package.json
{
"name": "@dsinjs/binary-tree",
"version": "1.0.2",
"version": "1.0.3",
"description": "Binary Trees for your DS in JS",

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

@@ -1,6 +0,6 @@

# binary-tree
# @dsinjs/binary-tree
Data structure in your javascript code, Binary Trees.
[![Build Status](https://travis-ci.com/siddhesh321995/node-dsinjs-binarytree.svg?branch=main)](https://travis-ci.com/siddhesh321995/node-dsinjs-binarytree)
![Node.js CI](https://github.com/siddhesh321995/node-dsinjs-binarytree/workflows/Node.js%20CI/badge.svg)
[![Build Status](https://travis-ci.com/dsinjs/binary-tree.svg?branch=main)](https://travis-ci.com/dsinjs/binary-tree)
![Node.js CI](https://github.com/dsinjs/binary-tree/workflows/Node.js%20CI/badge.svg?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/siddhesh321995/node-dsinjs-binarytree/badge.svg?branch=main)](https://coveralls.io/github/siddhesh321995/node-dsinjs-binarytree?branch=main)

@@ -26,3 +26,3 @@

```
const BTreeNode = require('dsinjs-binarytree');
const BTreeNode = require('@dsinjs/binary-tree');
```

@@ -35,3 +35,3 @@ ```

## Complete Documentation
Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://siddhesh321995.github.io/node-dsinjs-binarytree/](https://siddhesh321995.github.io/node-dsinjs-binarytree/)
Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://github.com/dsinjs/binary-tree/](https://github.com/dsinjs/binary-tree/)

@@ -38,0 +38,0 @@ ## All Features: