escape-html-template-tag
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"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": { |
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
22127