Comparing version 1.0.7 to 1.0.9
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.decode = exports.encode = void 0; | ||
const d64 = require("d64"); | ||
@@ -4,0 +5,0 @@ const _bytesToHex = []; |
{ | ||
"name": "uuid-d64", | ||
"version": "1.0.7", | ||
"version": "1.0.9", | ||
"description": "Compression codec for uuid to d64 (22 bytes)", | ||
@@ -40,6 +40,6 @@ "main": "lib/index.js", | ||
"@babel/preset-env": "^7.4.5", | ||
"@types/node": "^12", | ||
"ava": "^2", | ||
"typescript": "^3", | ||
"uuid": "^3.3.2" | ||
"@types/node": "^14", | ||
"ava": "^3", | ||
"typescript": "^4", | ||
"uuid": "^8" | ||
}, | ||
@@ -46,0 +46,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5353
26