Merged
Conversation
The release script restored original package.json format and ran yarn install. Committing those cleanup changes.
Merge auto-generated "Uncategorized" entries into proper Keep a Changelog categories (Added, Changed, Fixed). Remove duplicates and add missing entries for Node 20+ requirement and eciesjs version pin.
These task-tracking files were picked up by the release tool because they were untracked in the working directory.
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on:
|
Collaborator
Author
|
@SocketSecurity ignore-all (all of those packages that are being ignored are just for the demo apps, no real change) |
adonesky1
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v14.0.0 and publish all three packages with audit hardening fixes.
package.jsonto14.0.0.packages/core:0.4.0; add peer key validation, runtime ConnectionMode validation, pin eciesjs to 0.4.17, fix SessionStore race conditions and async initialization, reject expired session messages, timing-safe OTP comparison, guard against NaN expiry timestamps. BREAKING:SessionStoreconstructor is now private (useSessionStore.create()), drop Node 18 (require Node 20+).packages/dapp-client:0.3.0; validate peer public keys during handshake, validate connection mode at construction, constant-time OTP verification. BREAKING: Drop Node 18 (require Node 20+).packages/wallet-client:0.3.0; replaceMath.random()withcrypto.getRandomValues()for OTP, validate peer public keys during session creation, fix client stuck in CONNECTING state, validate connection mode at construction. BREAKING: Drop Node 18 (require Node 20+).Note
Low Risk
Low risk: this PR only bumps package versions and updates changelogs; no runtime code changes are included. The main potential impact is downstream consumers adopting the documented breaking release versions.
Overview
Release bump only. Updates the root version to
14.0.0and bumps package versions to@metamask/mobile-wallet-protocol-core@0.4.0,@metamask/mobile-wallet-protocol-dapp-client@0.3.0, and@metamask/mobile-wallet-protocol-wallet-client@0.3.0.Changelog publishing. Adds the corresponding release sections to each package
CHANGELOG.mdand updates the compare links forUnreleased.Written by Cursor Bugbot for commit bb6a359. This will update automatically on new commits. Configure here.