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

neuron-tree

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

neuron-tree - npm Package Compare versions

Comparing version 2.0.5 to 2.1.0

2

index.js

@@ -43,3 +43,3 @@ 'use strict';

var result = tree.parse(pkg, options.shrinkwrap, keys);
callback(null, result);
callback(null, result, options.shrinkwrap);
});

@@ -46,0 +46,0 @@ };

{
"name": "neuron-tree",
"version": "2.0.5",
"version": "2.1.0",
"description": "Generates the config.tree of neuron",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,3 +37,3 @@ # neuron-tree [![NPM version](https://badge.fury.io/js/neuron-tree.svg)](http://badge.fury.io/js/neuron-tree) [![Build Status](https://travis-ci.org/cortexjs/neuron-tree.svg?branch=master)](https://travis-ci.org/cortexjs/neuron-tree) [![Dependency Status](https://gemnasium.com/cortexjs/neuron-tree.svg)](https://gemnasium.com/cortexjs/neuron-tree)

dependencyKeys: ['dependencies', 'asyncDependencies']
}, function(err, tree){
}, function(err, tree, shrinkwrap){
// ...

@@ -40,0 +40,0 @@ });

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