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.2.0 to 1.3.0

2

index.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const ENTITIES = {

@@ -4,0 +6,0 @@ '&': '&',

4

package.json
{
"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": {

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