Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
Maintainers
36
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/core-base - npm Package Compare versions

Comparing version 1.1.47 to 1.1.48

9

dist/server/requests.js

@@ -166,3 +166,10 @@ "use strict";

});
const result = await response.json();
const result = await response.json().then(results => {
return Object.entries(results).reduce((results, [key, regions]) => {
var _a;
results[key] =
(_a = regions === null || regions === void 0 ? void 0 : regions.map(region => ({ x: region.left, y: region.top, width: region.width, height: region.height }))) !== null && _a !== void 0 ? _a : [];
return results;
}, {});
});
logger.log('Request "locate" finished successfully with body', result);

@@ -169,0 +176,0 @@ return result;

2

package.json
{
"name": "@applitools/core-base",
"version": "1.1.47",
"version": "1.1.48",
"homepage": "https://applitools.com",

@@ -5,0 +5,0 @@ "bugs": {

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