
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Pert is a command line tool built to assist in the process of creating pert diagrams and calculating permitted delays.
Make sure you have node
and npm
installed and working
From git
npm install
in the root of the repo, then run bower install
in client/
if you need to use the Web GUInpm run-script build
to compile all filesbin/pert
From npm
npm install -g pert
pert
in your shellUsage: pert <command> [options] [args]
loads activity data from JSON and computes the possible activity delays
Commands:
example show an example of the JSON data format
calculate|c [options] <file> calculate data on given JSON document
graph|g <file> serve HTTP GUI with pert graph of given JSON document
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose be verbose (for debugging)
This is the help information for the pert calculate
command:
Usage: calculate|c [options] <file>
calculate data on given JSON document
Options:
-h, --help output usage information
-j, --json output json data
This is a valid input document (extra data is ignored but not thrashed):
[
{"id": 0, "duration": 3},
{"id": 1, "duration": 1},
{"id": 2, "duration": 2, "depends": [0]},
{"id": 3, "duration": 5, "depends": [1]},
{"id": 4, "duration": 5, "depends": [1]},
{"id": 5, "duration": 2, "depends": [2,3,4]}
]
And this is the output of the calculate
command on the previous document using the --json
flag:
[{"id":0,"duration":3,"startDay":0,"endDay":3,"permittedDelay":0},{"id":1,"duration":1,"startDay":0,"endDay":1,"permittedDelay":0},{"id":2,"duration":2,"depends":[0],"startDay":3,"endDay":5,"permittedDelay":1},{"id":3,"duration":5,"depends":[1],"startDay":1,"endDay":6,"permittedDelay":0},{"id":4,"duration":5,"depends":[1],"startDay":1,"endDay":6,"permittedDelay":0},{"id":5,"duration":2,"depends":[2,3,4],"startDay":6,"endDay":8}]
MIT
FAQs
pert diagram calculator
We found that pert 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.