tchapacan

Results 1 issues of tchapacan

fix https://github.com/NodeSecure/js-x-ray/issues/221 ### (WIP) Inject custom probes as param for AstAnalyser ```js const { AstAnalyser, JsSourceParser } = require("@nodesecure/js-x-ray"); new AstAnalyser({ parser: new JsSourceParser(), probes: [ // Any valid probe...