escape-html-template-tag
Advanced tools
Comparing version 1.2.0 to 1.3.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
const ENTITIES = { | ||
@@ -4,0 +6,0 @@ '&': '&', |
{ | ||
"name": "escape-html-template-tag", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Tag literal strings with this function to html escape interpolated values", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"test": "standard && node test", | ||
"prepublish": "rollup index.mjs --file index.js --format cjs --exports named --no-esModule --footer 'module.exports = Object.assign(exports.default, exports);'" | ||
"prepublish": "rollup index.mjs --file index.js --format cjs --exports named --footer 'module.exports = Object.assign(exports.default, exports);'" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6463
114