liberation:escapehtml

v0.0.2Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-escapeHtml

Expose internal method Blaze._escape as Blaze.escapeHtml

1Blaze.escapeHtml('<script>alert(123)</script>') // => result is "&lt;script&gt;alert(123)&lt;/script&gt;"