
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.
@elevenback/env-yaml-generator
Advanced tools
[](https://codecov.io/gh/elevenback/env-yaml-generator)
env.yaml auto generate CLI tool for Google AppEngine.
When deploying applications to Google AppEngine, we bother us with managing environment variables.
This package automatically generates a dedicated YAML file that enumerates environment variables (with the prefix and regex filter you specified) and makes managing environment variables the easiest.
At first, Please add include
to your app.yaml.
# app.yaml
includes:
- env.yaml
$ yarn add @elevenback/env-yaml-generator -D
$ export DEV_API_ROOT="https://dev.example.com"
$ export PROD_API_ROOT="https://prod.example.com"
$ yarn create-env-yaml --environment DEV --filter "API_.+"
$ cat ./env.yaml
env_variables:
API_ROOT: "https://dev.example.com"
MIT
FAQs
[](https://codecov.io/gh/elevenback/env-yaml-generator)
The npm package @elevenback/env-yaml-generator receives a total of 5 weekly downloads. As such, @elevenback/env-yaml-generator popularity was classified as not popular.
We found that @elevenback/env-yaml-generator 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.