@datastructures-js/avl-tree
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
3520