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 4.0.2 to 4.0.3

2

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

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

@@ -51,4 +51,4 @@ 'use strict';

);
const resources = await getAllResources(absoluteUrls, absoluteResourceContents);
const getResourcesPromise = getAllResources(absoluteUrls, absoluteResourceContents);
const renderPromise = presult(startRender());

@@ -127,2 +127,3 @@ const uploadPromise = presult(uploadDom());

const renderInfo = await renderInfoPromise;
const resources = await getResourcesPromise;

@@ -129,0 +130,0 @@ const renderRequests = createRenderRequests({

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