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 2.0.1 to 2.0.2

dist/index.modern.mjs

6

package.json
{
"name": "escape-html-template-tag",
"version": "2.0.1",
"version": "2.0.2",
"description": "Tag literal strings with this function to html escape interpolated values",
"source": "src/index.ts",
"main": "dist/index.js",
"exports": "./dist/index.modern.js",
"exports": "./dist/index.modern.mjs",
"module": "dist/index.module.mjs",

@@ -13,3 +13,3 @@ "unpkg": "dist/index.umd.js",

"test": "standard && node test/index.test.js",
"prepublish": "rm -rf dist && microbundle --no-compress -f cjs,umd src/index.cjs.ts && microbundle -f es,modern src/index.ts"
"prepublish": "rm -rf dist && microbundle --no-compress -f cjs,umd src/index.cjs.ts && microbundle -f es,modern src/index.ts && mv dist/index.modern.js dist/index.modern.mjs && mv dist/index.modern.js.map dist/index.modern.mjs.map"
},

@@ -16,0 +16,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