
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.
@start/cli
Advanced tools
CLI entry point.
$ yarn add --dev @start/cli
// package.json
"start": {
// `./tasks` by default if there is no `preset` option
"file": "./my-tasks-file",
// module name as a preset, overrides `file` option
"preset": "my-awesome-start-preset",
// modules to require before anything else, kinda `node -r`
"require": [
// module name
"whatever-require-hook-lib",
// or a tuple with settings, just like in Babel
[
"@babel/register",
{
"extensions": [
".ts",
".js"
]
}
]
],
// reporter module name
"reporter": "@start/reporter-verbose"
}
$ yarn start
One of the following task names is required:
* foo
* bar
* baz
$ yarn start foo
$ yarn start bar arg
$ yarn start baz arg1 arg2
FAQs
⬛️ CLI entry point
The npm package @start/cli receives a total of 83 weekly downloads. As such, @start/cli popularity was classified as not popular.
We found that @start/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.