UNPKG

secvision

Version:

Performance Profiler and Monitor

6 lines (5 loc) 219 B
var nodeVersionParts = process.version.split("."); if(parseInt(nodeVersionParts[0].substring(1), 10) < 8) { console.log("This version of Secvision agent only supports Node.js 8.0 and above. \n"); process.exit(1); }