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.
CLI tool designed to simplify the process of uploading files to Usenet
Uploading stuff to Usenet is tedious so I tried to make it easier.
juicenet.yaml
or as passed in --exts
--glob
nzbs
in a neatly sorted mannerWith pipx (recommended):
pipx install juicenet-cli
With pip:
pip install juicenet-cli
For more details, checkout the local installation guide here
---
version: "2.1"
services:
juicenet:
image: ravencentric/juicenet-cli:latest
container_name: juicenet
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- host/path/to/config/nyuu.docker.private.json:/config/nyuu.docker.private.json
- host/path/to/config/nyuu.docker.public.json:/config/nyuu.docker.public.json
- host/path/to/data/nzbs:/data/nzbs
- host/path/to/data/appdata:/data/appdata
- host/path/to/data/raw:/data/raw
- host/path/to/media:/media
docker compose -f "path/to/docker-compose.yml" run juicenet --help
For more details, checkout the docker installation guide here
Checkout the complete documentation here
Distributed under the Unlicense License. See UNLICENSE for more information.
FAQs
CLI tool designed to simplify the process of uploading files to Usenet
We found that juicenet-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.