escape-html-template-tag
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,8 +0,8 @@ | ||
interface Stringifable { | ||
interface Stringifyable { | ||
toString(): string | ||
} | ||
interface HtmlSafeString extends Stringifable {} | ||
interface HtmlSafeString extends Stringifyable {} | ||
type StringLike = Stringifable | string | ||
type StringLike = Stringifyable | string | ||
@@ -9,0 +9,0 @@ export function safe(value: StringLike): HtmlSafeString |
{ | ||
"name": "escape-html-template-tag", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Tag literal strings with this function to html escape interpolated values", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4827