Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

escape-html-template-tag

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escape-html-template-tag - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

index.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc