mirror of
https://github.com/actions/setup-python.git
synced 2025-06-15 00:37:13 +02: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