@ditojs/utils
Advanced tools
Comparing version 2.11.0 to 2.11.1
{ | ||
"name": "@ditojs/utils", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"type": "module", | ||
@@ -35,3 +35,3 @@ "description": "Dito.js Utility Functions – Dito.js is a declarative and modern web framework, based on Objection.js, Koa.js and Vue.js", | ||
"types": "types", | ||
"gitHead": "1589dbd472f04ec8a540e8b39bd7de8e2907872a", | ||
"gitHead": "fb1e7ce180f5c9ce8e058a7ef22465e0428cd758", | ||
"scripts": { | ||
@@ -38,0 +38,0 @@ "types": "tsc --noEmit types/index.d.ts" |
@@ -8,5 +8,5 @@ export function escapeHtml(html) { | ||
chr => | ||
({ '"': '"', '&': '&', '<': '<', '>': '>' }[chr]) | ||
({ '"': '"', '&': '&', '<': '<', '>': '>' })[chr] | ||
) | ||
: '' | ||
} |
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