ErrLookup › jashkenas/underscore

jashkenas/underscore

JavaScript's utility _ belt · JavaScript · 178 source files

Analyzed at e70d5bd070 on 2026-08-29. 4 documented errors.

Code / MessageTypeSeverityTags
Bind must be called on a function
exception error typeerror, type-check, functions, argument-validation
bindAll must be passed function names
exception error argument-validation, empty-arguments, functions, this-binding
variable is not a bare identifier:
exception error security, code-injection, cve-2021-23358, template, validation
Comparison limit exceeded. Wrap call to isEqual in try/catch
exception error rangeerror, deep-equality, circular-reference, performance, recursion-limit