v25.2.1
📦 node-jsView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
This release reverts a breaking change to the experimental Web Storage API and includes a crypto fix for RSA-PSS saltLength defaults and a V8 backport.
Migration Steps
- If you previously implemented try-catch blocks specifically for the localStorage 'missing storage path' error introduced in the previous minor version, note that this error is no longer thrown.
🐛 Bug Fixes
- Reverted the behavior where localStorage access would throw an error if the storage path was missing, restoring previous behavior for the experimental API.
- Ensured the documented RSA-PSS saltLength default is correctly applied in the crypto module.
- Backported V8 fix 2e4c5cf9b112.