New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 2.0.3

4

package.json
{
"name": "neuron-tree",
"version": "2.0.2",
"version": "2.0.3",
"description": "Generates the config.tree of neuron",

@@ -21,3 +21,3 @@ "main": "index.js",

"engines": {
"node": ">=0.11.0"
"node": ">=0.10.0"
},

@@ -24,0 +24,0 @@ "author": "kael",

@@ -69,4 +69,6 @@ # 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)

- if `options.shrinkwrap` not defined, `neuron-tree` will try to read the cortex-shrinkwrap.json
-
- if `options.shrinkwrap` not defined, then:
- if `options.ignore_shrink_file` not defined, `neuron-tree` will try to generate shrinkwrap itself, else:
- `neuron-tree` will try to read the cortex-shrinkwrap.json, else:
- if cortex-shrinkwrap.json not found, `neuron-tree` will try to generate shrinkwrap itself.

@@ -73,0 +75,0 @@ ### tree.parse(shrinked, dependencyKeys)

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

var pkg = {
"name": "unit-m-customer"
"name": "unit-m-customer",
"version": "0.0.0"

@@ -48,0 +48,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