
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.
@first-lego-league/dev-launcher
Advanced tools
A Launcher simulation to run modules independently during development
A launcher simulation to run modules independently during development
In your module directory, use the devl
command before the server command, e.g,:
devl
For more options:
--port, -p <port> In which port to open the primary module. Default to: 3000
--log-level, -L <logLevel> In which port to open the primary module
--data-directory, -d <dataDirectory> Directory to store service data. Default to: ./data
--secondary-modules, -s <secondaryModule> Module's url to pass to the primary module in the format "#module_name#=#origin#
--config-file <configFile> The config file for the primary module. Default to: ./module-config.json
--mongo-uri <mongoUri> The mongo uri for the primary module. Default to: mongodb://localhost:27017/##module-name##
--secret <secret> The secret token. Default: secret
--mhub-pass <mhubPass> The mhub protected password
--no-color Disable colors
--inspect [host:port] Adding node --inspect options to the node process. Works only when module command omitted
--inspect-brk [host:port] Adding node --inspect-brk options to the node process. Works only when module command omitted
When the DevL is running it's watching a module config file module-config.json
(or otherwise if specified). The file is created automatically if not already
exists. Any change to the file will send the new configuration to the primary
module.
When needed to pass the primary module a environment variable indicating the url
of another module - from now on the secondary module - pass the option
--secondary-module
or -s
with the value #module_name#=#url#
. This will
cause DevL to inject the environment variable MODULE_#NAME#_URL
(#NAME#
should be switched with the module name) with the url part of the value.
NOTICE: It's the developer responsibility to start the secondary module processes.
When taking the command from the definition in the module.yml
with a node module
one can add the option --inspect
or --inspect-brk
as used in the node
documentation and
that options will be forwarded to the node process for debugging.
FAQs
A Launcher simulation to run modules independently during development
The npm package @first-lego-league/dev-launcher receives a total of 1 weekly downloads. As such, @first-lego-league/dev-launcher popularity was classified as not popular.
We found that @first-lego-league/dev-launcher demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.