Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
sensorProps.forEach(prop => {
let isSettingsProp = contains(['timeDelay', 'debug', 'path', 'verbose', 'deepstreamServer', 'sensorType'], prop)
if (!isSettingsProp) {
log(chalk.cyan(`\t- ${prop}`))
}
})
});