
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
A command router for discordgo with a few twists.
Heavily inspired by dgrouter, but based off the command system used in Astra.
go get meow.tf/astral
import "meow.tf/astral/router"
Astral supports signatures, which are a command and arguments defined in a single string.
Example:
command <something> <#channel> [optional]
This defines a command command, with required argument something, channel argument channel, and optional optional.
Each route can have middleware assigned to back out/stop execution of a command. This is useful for injecting parameters, checking conditions (Permissions, NSFW), etc.
See the "middleware" folder for examples.
A basic example showing the usage and middleware is available under examples/basic
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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.