
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@zorlin/orbiter
Advanced tools
[](https://github.com/riffcc/orbiter-core/actions/workflows/test.yml) [;
const orbiter = createOrbiter({ constellation });
// Do orbiter stuff...
Untill complete documentation is ready, refer to the orbiter.ts code to see available functions.
This package also comes with a command-line client, useful for setting up Orbiter lenses on servers (e.g., DigitalOcean).
To use the command-line client, first install Orbiter as a global pnpm package.
$ pnpm install -g @riffcc/orbiter
Use orb config to set up a lens and generate the required config. The dir option specifies the path to the root folder for the Orbiter lens in which all data and keys related to the lens will be stored. Default directory is ./orbiter.
$ orb config --dir "path/to/lens"
Use orb expor-config to export the generated config to use in UI development. The format option can be "vite" or "json".
$ orb export-config --dir "path/to/lens" --format "vite"
Use orb lens to run the configured lens.
$ orb run --dir "path/to/lens"
FAQs
[](https://github.com/riffcc/orbiter-core/actions/workflows/test.yml) [
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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.