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.

13 lines (9 loc) 171 B
const lodash = require('lodash'); module.exports = function(matches) { return lodash.sortBy(matches, [ 'filetype', 'search', 'file', 'line', ]); };