broccoli-viz
Advanced tools
Comparing version 3.0.3 to 3.1.0
'use strict'; | ||
module.exports = { | ||
dot: require('./dot'), | ||
process: require('./process') | ||
dot: require('./lib/dot'), | ||
process: require('./lib/process') | ||
}; |
{ | ||
"name": "broccoli-viz", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "", | ||
@@ -9,2 +9,7 @@ "main": "index.js", | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib/", | ||
"bin/" | ||
], | ||
"scripts": { | ||
@@ -25,10 +30,9 @@ "test": "mocha test", | ||
"devDependencies": { | ||
"mocha": "^3.0.0" | ||
"mocha": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"blank-object": "^1.0.0", | ||
"blank-object": "^1.0.2", | ||
"chalk": "^1.1.2", | ||
"deep-diff": "^0.3.4", | ||
"lodash": "^4.14.0", | ||
"matcher-collection": "^1.0.2", | ||
"matcher-collection": "^1.0.4", | ||
"minimist": "^1.2.0", | ||
@@ -35,0 +39,0 @@ "sprintf-js": "^1.0.3" |
@@ -51,1 +51,16 @@ ## Installation | ||
``` | ||
### Render subtree | ||
If you want to render only a subtree, `--root-id=:id` where `:id` is the id of the | ||
root of the subgraph we wish to render | ||
If no `--root-id` option is passed, the full graph is rendered | ||
Examples: | ||
```sh | ||
# only renders 255 and its descendents | ||
broccoli-viz --root-id=255 broccoli-viz.0.json > broccoli-viz.0.dot | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
6
66
0
13464
12
353
1
- Removedlodash@^4.14.0
- Removedlodash@4.17.21(transitive)
Updatedblank-object@^1.0.2
Updatedmatcher-collection@^1.0.4