
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
pioche-extras
Advanced tools
**PIOCHE/PIOCHE-EXTRAS IS A WORK IN PROGRESS AND DOES NOT YET FUNCTION**
TypeScript first framework for Cloudflare Workers enabling ⚡lightning⚡ fast development and execution
Note: This repository is extra features built on top of pioche, to use these features install pioche first
To install just run
npm install pioche-extras
Then to implement the features just use them as you would normal pioche controllers and middleware
import { DiscordAuthController } from 'pioche-extras/discordauthcontroller';
export { DiscordAuthController } from 'pioche-extras/discordauthcontroller';
...
Router.register(DiscordAuthController, {binding = "DISCORDAUTH"});
...
Now you can login to your API using discord!
Pioche was created by Garrett Peake
FAQs
Prebuilt utilities for the pioche framework
We found that pioche-extras demonstrated a not healthy version release cadence and project activity because the last version was released 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.

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

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.