UNPKG

drek

Version:

A static-code-analysis tool that can be used to perform security-focused code reviews. It enables an auditor to swiftly map the attack-surface of a large application, with an emphasis on identifying development anti-patterns and footguns.

7 lines (6 loc) 168 B
module.exports = { csv : require('./decorate-csv'), html : require('./decorate-html'), json : require('./decorate-json'), xml : require('./decorate-xml'), };