HandlebarsJS-helpers
HandlebarsJS-helpers copied to clipboard
Results
2
HandlebarsJS-helpers issues
Sort by
recently updated
recently updated
newest added
Remove unnecessary `})` line 53
Security
3
By not escaping the input to the helpers, you're opening up for the newly constructed string to include XSS. For example, `` will become ``, no? Since you're returning a...