Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pq-jwt/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pq-jwt/core - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+6
-0
CHANGELOG.md
# Changelog
## 1.0.5 — 2026-05-16
### Fixed
- Correct `algorithmInfo()` signature sizes for ML-DSA-65 (3309) and ML-DSA-87 (4627) to match `@noble/post-quantum`
## 1.0.4 — 2026-05-16

@@ -4,0 +10,0 @@

+1
-1
{
"name": "@pq-jwt/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "Post-quantum JWT library using NIST-standardized ML-DSA and SLH-DSA. Drop-in successor to RS256/ES256.",

@@ -5,0 +5,0 @@ "type": "module",

/**
* @package @pq-jwt/core
* @author Sachin Ruhil <sachinruhil11@gmail.com>
* @version 1.0.4
* @version 1.0.5
* @license MIT

@@ -6,0 +6,0 @@ * @description Post-quantum JWT library — NIST FIPS 204 (ML-DSA) + FIPS 205 (SLH-DSA)

/**
* @package @pq-jwt/core
* @author Sachin Ruhil <sachinruhil11@gmail.com>
* @version 1.0.4
* @version 1.0.5
* @license MIT

@@ -28,3 +28,3 @@ * @description Post-quantum JWT library — NIST FIPS 204 (ML-DSA) + FIPS 205 (SLH-DSA)

skLen: 4032,
sigLen: 3293,
sigLen: 3309,
},

@@ -36,3 +36,3 @@ "ML-DSA-87": {

skLen: 4896,
sigLen: 4595,
sigLen: 4627,
},

@@ -39,0 +39,0 @@ "SLH-DSA-SHA2-128s": {