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 80f6cf0 commit f966f05Copy full SHA for f966f05
index.js
@@ -6,7 +6,7 @@ See the accompanying LICENSE file for terms.
6
7
'use strict';
8
9
-var randomBytes = require('randombytes');
+var randomBytes = require('crypto').randomBytes
10
11
// Generate an internal UID to make the regexp pattern harder to guess.
12
var UID_LENGTH = 16;
0 commit comments