2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-10 12:33:16 +00:00

Added 'Fuzzy Match' operation

This commit is contained in:
n1474335
2021-02-12 13:51:51 +00:00
parent 5893ac1a37
commit 8ad18bc7db
9 changed files with 196 additions and 39 deletions

View File

@@ -173,6 +173,8 @@
"testuidev": "npx nightwatch --env=dev",
"lint": "npx grunt lint",
"postinstall": "npx grunt exec:fixCryptoApiImports",
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs",
"getheapsize": "node -e 'console.log(`node heap limit = ${require(\"v8\").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'",
"setheapsize": "export NODE_OPTIONS=--max_old_space_size=2048"
}
}