Closed clydin closed 1 day ago
Stackblitz appears to fail when attempting to use crypto.createHash with an algorithm value of sha-256. Since Node.js supports both the hyphenated and unhyphenated values, the later is now used to avoid issues when running on Stackblitz.
crypto.createHash
sha-256
The changes were merged into the following branches: main, 19.0.x
Stackblitz appears to fail when attempting to use
crypto.createHash
with an algorithm value ofsha-256
. Since Node.js supports both the hyphenated and unhyphenated values, the later is now used to avoid issues when running on Stackblitz.