From a915306217b2021b1d68e9373b7fe809de3b05bc Mon Sep 17 00:00:00 2001 From: d98762625 Date: Fri, 2 Aug 2019 14:32:23 +0100 Subject: [PATCH] add compatibility to node-api docs --- Node-API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node-API.md b/Node-API.md index f68127e..5ca1db5 100644 --- a/Node-API.md +++ b/Node-API.md @@ -3,6 +3,9 @@ The CyberChef **Node.js** API provides most of CyberChef's operations with a **N For a taste of what operations are available in CyberChef, check out the [live demo][1]. +## Compatibility +The Node.js API is fully compatible with `v10` (lts) and partially compatible with `v12`. Named imports do not work with `v12`. + ## Features