
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
autoflow-graphviz
Advanced tools
autoflow-graphviz is a plugin for autoflow, the flow control rules engine, which allows autoflow to use graphviz to generate flow diagrams for the dependencies
autoflow-graphviz is a plugin for autoflow, the flow control rules engine, which can use graphviz to generate flow diagrams for the dependencies
For more information on autoflow
the lightweight flow control rules engine: http://github.com/jeffbski/autoflow
Generate graphviz diagrams for flow definitions that:
First install the open source graphviz software if not already installed on your system. You can find all about it at http://www.graphviz.org/ It can be downloaded or installed via a package manager.
For example:
brew install graphviz # mac OS X
apt-get install graphviz # ubuntu and debian linux
This should put graphviz binaries on your path, autoflow-graphviz uses dot
, so make sure that dot
is on your path, then you can install autoflow-graphviz.
npm install autoflow-graphviz # install locally
OR
npm install -g autoflow-graphviz # installs globally
OR
Pull from github - http://github.com/jeffbski/autoflow-graphviz
# if you installed locally
node_modules/bin/autoflow-graphviz JSFilePath
# OR if using globally
autoflow-graphviz JSFilePath
Usage: autoflow-graphviz <JSPath ...> [options]
Options:
-h, --help output this usage information
-V, --version output the version number
-t, --type <type> type of output (png, pdf, gif, dot), default: png
-i, --include <flowName[,flowName,...]> limit graphing to only these flowNames
-o, --output <outDir> output directory (should exist), default to cwd (.)
FAQs
autoflow-graphviz is a plugin for autoflow, the flow control rules engine, which allows autoflow to use graphviz to generate flow diagrams for the dependencies
The npm package autoflow-graphviz receives a total of 0 weekly downloads. As such, autoflow-graphviz popularity was classified as not popular.
We found that autoflow-graphviz demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.