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

@applitools/ufg-client

Package Overview
Dependencies
Maintainers
48
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/ufg-client - npm Package Compare versions

Comparing version 1.9.6 to 1.9.7

7

CHANGELOG.md
# Changelog
## [1.9.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ufg-client@1.9.6...js/ufg-client@1.9.7) (2023-11-07)
### Bug Fixes
* added retries on ufg requests that respond with 503 status code ([7d78917](https://github.com/applitools/eyes.sdk.javascript1/commit/7d78917d559fa182c6723ca34cef2118cf08a036))
## [1.9.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ufg-client@1.9.5...js/ufg-client@1.9.6) (2023-10-17)

@@ -4,0 +11,0 @@

2

dist/server/req-ufg.js

@@ -46,3 +46,3 @@ "use strict";

timeout: 200,
statuses: [404, 500, 502, 504],
statuses: [404, 500, 502, 503, 504],
codes: ['ECONNRESET', 'ECONNABORTED', 'ETIMEDOUT', 'ENOTFOUND', 'EAI_AGAIN', 'STUCK_REQUEST'],

@@ -49,0 +49,0 @@ },

{
"name": "@applitools/ufg-client",
"version": "1.9.6",
"version": "1.9.7",
"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