2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-20 02:03:28 +00:00

Fixed operational tests and updated some dependencies

This commit is contained in:
n1474335
2023-02-27 17:55:52 +00:00
parent 9e679f411c
commit bf949c0320
30 changed files with 972 additions and 776 deletions

View File

@@ -4,6 +4,8 @@
* @license Apache-2.0
*/
// loglevel import required for Node API
import log from "loglevel";
import utf8 from "utf8";
import {fromBase64, toBase64} from "./lib/Base64.mjs";
import {fromHex} from "./lib/Hex.mjs";