Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/qa-kit/awesome-grid
Project provides simple tool for launching your UI-tests with selenium-base docker images in kubernetes cluster.
For every test tool will create unique pod and after test finished pod will be removed.
minikube start
git clone git@github.com:qa-kit/awesome-grid.git
cd awesome-grid
kube apply -f build/kube
eval $(minikube docker-env)
docker build . -t awesome-grid
kubectl run awesome-grid --image=awesome-grid --labels="app=awesome-grid" --image-pull-policy=Never --port 4444
minikube service awesome-grid --url
Building a docker image and
docker build . -t registry.example.com/awesome-grid
After that you could push image to your private registry and use it in k8s cluster
docker push registry.example.com/awesome-grid
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
We try to follow and hope you will too:
gofmt
The code in this project is licensed under MIT license.
FAQs
Unknown package
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.