Update checked-in dependencies
This commit is contained in:
parent
7269bf610b
commit
e5a7c904c1
215 changed files with 41592 additions and 3253 deletions
3
node_modules/uuid/dist/cjs/stringify.js
generated
vendored
3
node_modules/uuid/dist/cjs/stringify.js
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.unsafeStringify = unsafeStringify;
|
||||
exports.unsafeStringify = void 0;
|
||||
const validate_js_1 = require("./validate.js");
|
||||
const byteToHex = [];
|
||||
for (let i = 0; i < 256; ++i) {
|
||||
|
|
@ -28,6 +28,7 @@ function unsafeStringify(arr, offset = 0) {
|
|||
byteToHex[arr[offset + 14]] +
|
||||
byteToHex[arr[offset + 15]]).toLowerCase();
|
||||
}
|
||||
exports.unsafeStringify = unsafeStringify;
|
||||
function stringify(arr, offset = 0) {
|
||||
const uuid = unsafeStringify(arr, offset);
|
||||
if (!(0, validate_js_1.default)(uuid)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue