@locker/internal-policy
Advanced tools
Comparing version 0.19.12 to 0.19.13
@@ -52,2 +52,3 @@ /*! | ||
const abortController$LWS = inflightRequests$LWS.get(element$LWS); | ||
// istanbul ignore if: currently unreachable via tests (this path can be invoked, however it will cause the tests to time out) | ||
if (abortController$LWS) { | ||
@@ -72,2 +73,3 @@ shared$LWS.ReflectApply(sharedDom$LWS.AbortControllerProtoAbort, abortController$LWS, []); | ||
createHTML(dirty$LWS, lwsKey$LWS, contentType$LWS) { | ||
// istanbul ignore if: currently unreachable via tests, may indicate a dead code path | ||
if (dirty$LWS === null || dirty$LWS === undefined) { | ||
@@ -208,2 +210,2 @@ return ''; | ||
exports.lwsInternalPolicy = lwsInternalPolicy$LWS; | ||
/*! version: 0.19.12 */ | ||
/*! version: 0.19.13 */ |
@@ -47,2 +47,3 @@ /*! | ||
const abortController$LWS = inflightRequests$LWS.get(element$LWS); | ||
// istanbul ignore if: currently unreachable via tests (this path can be invoked, however it will cause the tests to time out) | ||
if (abortController$LWS) { | ||
@@ -67,2 +68,3 @@ ReflectApply$LWS(AbortControllerProtoAbort$LWS, abortController$LWS, []); | ||
createHTML(dirty$LWS, lwsKey$LWS, contentType$LWS) { | ||
// istanbul ignore if: currently unreachable via tests, may indicate a dead code path | ||
if (dirty$LWS === null || dirty$LWS === undefined) { | ||
@@ -203,2 +205,2 @@ return ''; | ||
export { ContentType$LWS as ContentType, lwsInternalPolicy$LWS as lwsInternalPolicy }; | ||
/*! version: 0.19.12 */ | ||
/*! version: 0.19.13 */ |
{ | ||
"name": "@locker/internal-policy", | ||
"version": "0.19.12", | ||
"version": "0.19.13", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -22,8 +22,8 @@ "author": "Salesforce UI Security Team", | ||
"dependencies": { | ||
"@locker/html-sanitizer": "0.19.12", | ||
"@locker/shared": "0.19.12", | ||
"@locker/shared-dom": "0.19.12", | ||
"@locker/shared-url": "0.19.12", | ||
"@locker/trusted-types": "0.19.12" | ||
"@locker/html-sanitizer": "0.19.13", | ||
"@locker/shared": "0.19.13", | ||
"@locker/shared-dom": "0.19.13", | ||
"@locker/shared-url": "0.19.13", | ||
"@locker/trusted-types": "0.19.13" | ||
} | ||
} |
32753
443
+ Added@locker/html-sanitizer@0.19.13(transitive)
+ Added@locker/shared@0.19.13(transitive)
+ Added@locker/shared-dom@0.19.13(transitive)
+ Added@locker/shared-url@0.19.13(transitive)
+ Added@locker/trusted-types@0.19.13(transitive)
- Removed@locker/html-sanitizer@0.19.12(transitive)
- Removed@locker/shared@0.19.12(transitive)
- Removed@locker/shared-dom@0.19.12(transitive)
- Removed@locker/shared-url@0.19.12(transitive)
- Removed@locker/trusted-types@0.19.12(transitive)
Updated@locker/shared@0.19.13
Updated@locker/shared-dom@0.19.13
Updated@locker/shared-url@0.19.13