Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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 0 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 0 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.