Socket
Socket
Sign inDemoInstall

dependency-tree

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-tree - npm Package Compare versions

Comparing version 6.0.1 to 6.1.0

4

package.json
{
"name": "dependency-tree",
"version": "6.0.1",
"version": "6.1.0",
"description": "Get the dependency tree of a module",

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

"filing-cabinet": "^1.13.0",
"precinct": "^4.0.0"
"precinct": "^4.1.0"
},

@@ -47,0 +47,0 @@ "devDependencies": {

@@ -7,3 +7,3 @@ ### dependency-tree [![npm](http://img.shields.io/npm/v/dependency-tree.svg)](https://npmjs.org/package/dependency-tree) [![npm](http://img.shields.io/npm/dm/dependency-tree.svg)](https://npmjs.org/package/dependency-tree)

* Works for JS (AMD, CommonJS, ES6 modules), Typescript, and CSS preprocessors (Sass, Stylus, and Less); basically, any module type supported by [Precinct](https://github.com/mrjoelkemp/node-precinct).
* Works for JS (AMD, CommonJS, ES6 modules), Typescript, and CSS preprocessors (CSS (PostCSS), Sass, Stylus, and Less); basically, any module type supported by [Precinct](https://github.com/mrjoelkemp/node-precinct).
- For CommonJS modules, 3rd party dependencies (npm installed dependencies) are included in the tree by default

@@ -10,0 +10,0 @@ - Dependency path resolutions are handled by [filing-cabinet](https://github.com/mrjoelkemp/node-filing-cabinet)

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