tree-manipulator
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -85,3 +85,3 @@ var repeatString = function(string, num) { | ||
after = after ? after.node : undefined; | ||
index = this.valueGetter(parent.node, this.nestedNodesProperty).indexOf(after); | ||
index = this.valueGetter(parent.node, this.nestedNodesProperty).indexOf(after) + 1; | ||
} else { | ||
@@ -88,0 +88,0 @@ index = this.valueGetter(parent.node, this.nestedNodesProperty).length; |
{ | ||
"name": "tree-manipulator", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Tree object manipulator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8699
0