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

broccoli-viz

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-viz - npm Package Compare versions

Comparing version 3.0.3 to 3.1.0

lib/alphanum.js

4

index.js
'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

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