Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps @noble/post-quantum from 0.4.1 to 0.5.2.

Release notes

Sourced from @​noble/post-quantum's releases.

0.5.2

  • Disable extension-less imports. If you've used /ml-dsa, switch to /ml-dsa.js now. See 0.5.0 for more details.
  • package.json: specify exported submodules to ensure typescript autocompletion

GitHub Immutable Releases

This GH release does not standalone noble-post-quantum.js, until we fix bugs related to newly added GitHub Immutable Releases

Full Changelog: paulmillr/noble-post-quantum@0.5.1...0.5.2

0.5.1

  • Use stable noble-hashes and noble-curves v2

Full Changelog: paulmillr/noble-post-quantum@0.5.0...0.5.1

0.5.0

New features

  • Add hybrid PQ algorithms: XWing, KitchenSinkMLKEM768X25519, QSFMLKEM768P256, QSFMLKEM1024P384
  • Add context to ML-DSA & SLH-DSA
  • Add getPublicKey to ML-KEM & ML-DSA

Changes

  • The package is now ESM-only. ESM can finally be loaded from common.js on node v20.19+
    • Node v20.19 is now the minimum required version
    • Reduces unpacked npm size (on-disk space): 423KB => 312KB
  • .js extension must be used for all modules
    • Old: @noble/post-quantum/slh-dsa
    • New: @noble/post-quantum/slh-dsa.js
    • This simplifies working in browsers natively without transpilers
  • Changed argument order in all methods to be consistent with noble-curves
    • sign(secretKey, msg, rnd) => sign(msg, secretKey, opts)
    • verify(publicKey, msg, sig, ctx) => verify(sig, msg, publicKey, opts)
  • Use noble-hashes v2 with smaller package size and improved security
  • New prehash API
  • Upgrade typescript compilation env to ts5.9 and es2022

Full Changelog: paulmillr/noble-post-quantum@0.4.1...0.5.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@noble/post-quantum](https://github.com/paulmillr/noble-post-quantum) from 0.4.1 to 0.5.2.
- [Release notes](https://github.com/paulmillr/noble-post-quantum/releases)
- [Commits](paulmillr/noble-post-quantum@0.4.1...0.5.2)

---
updated-dependencies:
- dependency-name: "@noble/post-quantum"
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 2, 2025
@vercel
Copy link

vercel bot commented Dec 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
js-post-quantum Ignored Ignored Dec 2, 2025 2:23am

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​noble/​post-quantum@​0.5.2100100100100100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant