escape-html is a lightweight Node.js module for escaping HTML entities in strings. It enhances security by preventing potential cross-site scripting (XSS) vulnerabilities. This package swiftly replaces characters like <, >, &, " and ' with their corresponding HTML entities, sanitizing user-provided content before rendering it in web applications. Its simplicity and focus make it a dependable choice for developers seeking easy HTML escaping.