We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cb6eb commit f9dd3f7Copy full SHA for f9dd3f7
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.1.0](https://github.com/kenany/get-random-values/compare/4.0.0...4.1.0) (2025-10-15)
2
+
3
+### Features
4
5
+* replace global with window-or-global ([47cb6eb](https://github.com/kenany/get-random-values/commit/47cb6eb517d725248791867661865416e177eec7))
6
7
## [4.0.0](https://github.com/kenany/get-random-values/compare/3.0.0...4.0.0) (2025-08-13)
8
9
### ⚠ BREAKING CHANGES
package.json
@@ -1,6 +1,6 @@
{
"name": "get-random-values",
- "version": "4.0.0",
+ "version": "4.1.0",
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
"keywords": [
"crypto"
0 commit comments