NodeSecure / js-x-ray

JavaScript & Node.js open-source SAST scanner. A static analyser for detecting most common malicious patterns 🔬.
MIT License
229 stars 26 forks source link

Migrate workspace sec-literal to Node.js test runner #233

Closed fraxken closed 8 months ago

fraxken commented 9 months ago

The sec-literal workspace currently use tape as test runner. The idea is to replace it by the Node.js test runner.

Note that JS-X-Ray itself has already been migred (so you can inspire yourself from that)