@locker/trusted-types
Advanced tools
Comparing version 0.19.12 to 0.19.13
@@ -34,2 +34,3 @@ /*! | ||
try { | ||
// istanbul ignore next: this creates a special policy described here https://developer.mozilla.org/en-US/docs/Web/API/TrustedTypePolicyFactory/createPolicy | ||
createPolicy('default', { | ||
@@ -70,2 +71,2 @@ createHTML(dirty) { | ||
exports.trusted = trusted; | ||
/*! version: 0.19.12 */ | ||
/*! version: 0.19.13 */ |
@@ -28,2 +28,3 @@ /*! | ||
try { | ||
// istanbul ignore next: this creates a special policy described here https://developer.mozilla.org/en-US/docs/Web/API/TrustedTypePolicyFactory/createPolicy | ||
createPolicy('default', { | ||
@@ -63,2 +64,2 @@ createHTML(dirty) { | ||
export { createPolicy, trusted }; | ||
/*! version: 0.19.12 */ | ||
/*! version: 0.19.13 */ |
{ | ||
"name": "@locker/trusted-types", | ||
"version": "0.19.12", | ||
"version": "0.19.13", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -5,0 +5,0 @@ "author": "Salesforce UI Security Team", |
11138
153