From 780eecf35bd7c2c7b354f0a4e05403116d19d8d8 Mon Sep 17 00:00:00 2001 From: d98762625 Date: Fri, 2 Aug 2019 14:36:40 +0100 Subject: [PATCH] update readme with Node.js compatibility --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4029fc23..299b5d87 100755 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ CyberChef is built to support - Mozilla Firefox 35+ - Microsoft Edge 14+ +## Node.js support + +CyberChef is built to fully support Node.js `v10` and partially supports `v12`. Named imports using a deep import specifier does not work in `v12`. For more information, see the Node API page in the project [wiki pages](https://github.com/gchq/CyberChef/wiki) + ## Contributing