New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tree-manipulator

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-manipulator - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

.npmignore

8

package.json
{
"name": "tree-manipulator",
"version": "0.0.6",
"version": "0.0.7",
"description": "Tree object manipulator",

@@ -18,3 +18,7 @@ "main": "index.js",

},
"homepage": "https://github.com/DudaDev/tree-manipulator"
"homepage": "https://github.com/DudaDev/tree-manipulator",
"devDependencies": {
"chai": "^2.1.1",
"mocha": "^2.2.1"
}
}

@@ -36,3 +36,3 @@ # Tree Manipulator [![npm version](https://badge.fury.io/js/tree-manipulator.svg)](http://badge.fury.io/js/tree-manipulator)

var tm = TreeManipulator();
var tm = new TreeManipulator();

@@ -39,0 +39,0 @@ tm.findNode('2', tree);

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