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

@datastructures-js/avl-tree

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datastructures-js/avl-tree - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

package.json
{
"name": "@datastructures-js/avl-tree",
"version": "2.0.0",
"version": "2.0.1",
"description": "avl tree implementation in javascript",

@@ -37,4 +37,4 @@ "main": "index.js",

"dependencies": {
"@datastructures-js/binary-search-tree": "^3.1.1"
"@datastructures-js/binary-search-tree": "^3.1.3"
}
}

@@ -25,3 +25,3 @@ # @datastructures-js/avl-tree

## API
https://github.com/datastructures-js/binary-search-tree#create-a-tree
https://github.com/datastructures-js/binary-search-tree#construction

@@ -28,0 +28,0 @@ ## Build

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