Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "deptrace", | ||
"description": "Trace and format recursive dependency trees asynchronously.", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"homepage": "https://github.com/gitfuse/deptrace", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -1,2 +0,2 @@ | ||
# deptrace [![Build Status](https://secure.travis-ci.org/tkellen/node-deptrace.png)](http://travis-ci.org/tkellen/node-deptrace) | ||
# deptrace [![Build Status](https://secure.travis-ci.org/gitfuse/deptrace.png)](http://travis-ci.org/gitfuse/deptrace) | ||
> Trace and format recursive dependency trees asynchronously. | ||
@@ -61,3 +61,3 @@ | ||
Type: `Function` | ||
Default: [see source](https://github.com/tkellen/node-deptrace/blob/master/index.js#L25-27) | ||
Default: [see source](https://github.com/gitfuse/deptrace/blob/master/index.js#L25-27) | ||
@@ -100,3 +100,3 @@ Here is a naive example which can trace dependencies for any npm module for which all dependencies are on github: | ||
Type: `Function` | ||
Default: [see source](https://github.com/tkellen/node-deptrace/blob/master/index.js#L30-35) | ||
Default: [see source](https://github.com/gitfuse/deptrace/blob/master/index.js#L30-35) | ||
@@ -103,0 +103,0 @@ The default implementation formats the dependency graph to be compatible with [archy](https://github.com/substack/node-archy) (as follows): |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9341