New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@locker/internal-policy

Package Overview
Dependencies
Maintainers
8
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/internal-policy - npm Package Compare versions

Comparing version 0.19.12 to 0.19.13

4

dist/index.cjs.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc