
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@kinde/jwt-decoder
Advanced tools
Simple library to decode JWT tokens
# npm
npm install @kinde/jwt-decoder
# yarn
yarn add @kinde/jwt-decoder
# pnpm
pnpm install @kinde/jwt-decoder
import function
import { jwtDecoder } from "@kinde/jwt-decoder";
Simple decode
const decodedToken = jwtDecoder("eyJhbGc...");
Decode with extended type
const decodedToken = jwtDecoder<
JWTDecoded & {
// Extra attributes here
}
>("eyJhbGc...");
Kinde Documentation - Explore the Kinde docs
If you'd like to contribute to this project, please follow these steps:
By contributing to Kinde, you agree that your contributions will be licensed under its MIT License.
FAQs
## Description
The npm package @kinde/jwt-decoder receives a total of 16,313 weekly downloads. As such, @kinde/jwt-decoder popularity was classified as popular.
We found that @kinde/jwt-decoder 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.