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 acb8c5d commit c65e033Copy full SHA for c65e033
browser.js
@@ -12,7 +12,6 @@ function oldBrowser () {
12
throw new Error('Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11')
13
}
14
15
-var Buffer = require('safe-buffer').Buffer
16
var crypto = global.crypto || global.msCrypto
17
18
if (crypto && crypto.getRandomValues) {
package.json
@@ -28,8 +28,5 @@
28
"tap-spec": "^2.1.2",
29
"tape": "^4.6.3",
30
"zuul": "^3.7.2"
31
- },
32
- "dependencies": {
33
- "safe-buffer": "^5.1.0"
34
35
0 commit comments