@textbus/core
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -77,3 +77,3 @@ import { Renderer, VTextNode } from './core/_api'; | ||
attrValue(text) { | ||
return text.replace(/[><"'&/]/g, str => { | ||
return text.replace(/["']/g, str => { | ||
return { | ||
@@ -80,0 +80,0 @@ '"': '"', |
{ | ||
"name": "@textbus/core", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "TextBus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.", | ||
@@ -45,3 +45,3 @@ "main": "./bundles/public-api.js", | ||
}, | ||
"gitHead": "07356b30570734028be6d984259fd1e915d9d392" | ||
"gitHead": "591311886f24a4156ea0b0f1077303746df08182" | ||
} |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
622951