Sha256: 446b3e1c47e0ef291eb25226a98626e8961a4b3e87c15eeedf74f20c51aa3e56

Contents?: true

Size: 453 Bytes

Versions: 193

Compression:

Stored size: 453 Bytes

Contents

/** Used to map characters to HTML entities. */
var htmlEscapes = {
  '&': '&',
  '<': '&lt;',
  '>': '&gt;',
  '"': '&quot;',
  "'": '&#39;',
  '`': '&#96;'
};

/**
 * Used by `_.escape` to convert characters to HTML entities.
 *
 * @private
 * @param {string} chr The matched character to escape.
 * @returns {string} Returns the escaped character.
 */
function escapeHtmlChar(chr) {
  return htmlEscapes[chr];
}

module.exports = escapeHtmlChar;

Version data entries

193 entries across 89 versions & 9 rubygems

Version Path
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.4.1 node_modules/contents/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/escapeHtmlChar.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/escapeHtmlChar.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/escapeHtmlChar.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/escapeHtmlChar.js