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

deptrace

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deptrace - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

.travis.yml

10

package.json
{
"name": "deptrace",
"description": "Trace and format recursive dependency trees asynchronously.",
"version": "0.2.1",
"homepage": "https://github.com/tkellen/node-deptrace",
"version": "0.2.2",
"homepage": "https://github.com/gitfuse/deptrace",
"authors": [

@@ -11,6 +11,6 @@ "Tyler Kellen <tyler@sleekcode.net>"

"type": "git",
"url": "git://github.com/tkellen/node-deptrace.git"
"url": "git://github.com/gitfuse/deptrace.git"
},
"bugs": {
"url": "https://github.com/tkellen/node-deptrace/issues"
"url": "https://github.com/gitfuse/deptrace/issues"
},

@@ -20,3 +20,3 @@ "licenses": [

"type": "MIT",
"url": "https://github.com/tkellen/node-deptrace/blob/master/LICENSE"
"url": "https://github.com/gitfuse/deptrace/blob/master/LICENSE"
}

@@ -23,0 +23,0 @@ ],

@@ -58,3 +58,3 @@ # deptrace [![Build Status](https://secure.travis-ci.org/tkellen/node-deptrace.png)](http://travis-ci.org/tkellen/node-deptrace)

Receives each dependency gathered by `depsFor`, as well as an array of all parent dependencies. Must return a promise. This method is optional and can be used to resolve a more detailed version of a dependency. (e.g. converting the name of a dependency in package.json to the actual package.json of *that* dependency).
Receives each dependency gathered by `depsFor`, as well as an array of all parent dependencies. Must return a promise. This method is optional and can be used to resolve a more detailed represenstation of a dependency. (e.g. converting the name of a dependency in package.json to the actual package.json of *that* dependency).

@@ -120,3 +120,2 @@ Type: `Function`

### graph(input)

@@ -123,0 +122,0 @@

Sorry, the diff of this file is not supported yet

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