Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/rendering-grid-client

Package Overview
Dependencies
Maintainers
12
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/rendering-grid-client - npm Package Compare versions

Comparing version 1.1.13 to 1.1.14

2

package.json
{
"name": "@applitools/rendering-grid-client",
"version": "1.1.13",
"version": "1.1.14",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/rendering-grid-client.js",

@@ -30,3 +30,4 @@ 'use strict';

allResourceUrls.forEach(url => {
const {origin} = new win.URL(url, win.location.href);
const {origin} =
win.location.protocol === 'data:' ? win.location.origin : new win.URL(url, win.location.href);
if (origin === win.location.origin || /^blob:/.test(url)) {

@@ -33,0 +34,0 @@ blobUrls.push(url);

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