
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.
@minka/nx-remote-cache
Advanced tools
This repository provides an NX runner that utilizes a Google Cloud Platform (GCP) bucket as distributed cache storage.
This repository provides an NX runner that utilizes a Google Cloud Platform (GCP) bucket as distributed cache storage.
Currently the repo is private. If you are a part of the minka organization, you can contribute at: https://github.com/minkainc/ledger-nx-remote-cache
To install the package, run:
npm install @minka/nx-remote-cache --save-dev
To use, you must do 3 things.
nx.json
file's runner
as follows. This is not needed if you perform step 3.{
"tasksRunnerOptions": {
"default": {
"runner": "@minka/nx-remote-cache"
},
"options": {
"bucket": "your-bucket-name",
"project_id": "your-gcp-project-id"
}
}
}
gcloud auth application-default login
project_id
and bucket
in step 1, you can also set these by exporting these env vars to your environment:export NXCACHE_GOOGLE_STORAGE_PROJECT_ID=<your-gcp-project-id>
export NXCACHE_GOOGLE_STORAGE_BUCKET=<your-bucket-name>
project
: The GCP project ID.bucket
: The name of the GCP bucket to be used for caching.Once configured, the NX runner will automatically use the specified GCP bucket for distributed caching. You can run your NX commands as usual.
Ensure that you have performed step 2 from the Configuration
section.
FAQs
This repository provides an NX runner that utilizes a Google Cloud Platform (GCP) bucket as distributed cache storage.
The npm package @minka/nx-remote-cache receives a total of 34 weekly downloads. As such, @minka/nx-remote-cache popularity was classified as not popular.
We found that @minka/nx-remote-cache demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.