JSPM

htmlspecialchars

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13228
  • Score
    100M100P100Q141468F
  • License MIT

Escape special characters to HTML entities in JavaScript

Package Exports

  • htmlspecialchars

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (htmlspecialchars) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

htmlspecialchars NPM version bower version build status Dependency Status

Escape special characters to HTML entities in JavaScript

Available in browsers, AMD(RequireJS) and CommonJS(Node.js).

Usage

console.log(htmlspecialchars("</script>'foo!"));
// &lt;/script&gt;&#039;foo!

See test.js for detail spec.

Install

for Node.js

Just npm install htmlspecialchars.

for Browsers

bower install htmlspecialchars and load index.js in your html:

<script src="path/to/bower_components/htmlspecialchars/index.js"></script>

or load with RequireJS.

License

MIT License: Teppei Sato <teppeis@gmail.com>