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

versatile-tree

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

versatile-tree - npm Package Compare versions

Comparing version 1.1.6 to 1.2.1

4

dist/TreeNode.js

@@ -126,5 +126,5 @@ "use strict";

let found = false;
let ancestor = node.getParent();
let ancestor = this.getParent();
while (ancestor) {
found = ancestor.equals(this);
found = ancestor.equals(node);
if (found) {

@@ -131,0 +131,0 @@ break;

{
"name": "versatile-tree",
"version": "1.1.6",
"version": "1.2.1",
"author": "Justin Mahar <contact@justinmahar.com>",

@@ -5,0 +5,0 @@ "description": "A highly versatile tree structure for JavaScript.",

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