mirror of
https://gitea.com/actions/setup-python.git
synced 2025-11-16 07:47:09 +00:00
Clean up node_modules
This commit is contained in:
16
node_modules/uuid/lib/rng.js
generated
vendored
16
node_modules/uuid/lib/rng.js
generated
vendored
@@ -1,8 +1,8 @@
|
||||
// Unique ID creation requires a high quality random # generator. In node.js
|
||||
// this is pretty straight-forward - we use the crypto API.
|
||||
|
||||
var crypto = require('crypto');
|
||||
|
||||
module.exports = function nodeRNG() {
|
||||
return crypto.randomBytes(16);
|
||||
};
|
||||
// Unique ID creation requires a high quality random # generator. In node.js
|
||||
// this is pretty straight-forward - we use the crypto API.
|
||||
|
||||
var crypto = require('crypto');
|
||||
|
||||
module.exports = function nodeRNG() {
|
||||
return crypto.randomBytes(16);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user