Sign In

@applitools/req

Package Overview
Dependencies
Maintainers
48
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/req - npm Package Compare versions

Comparing version
1.8.4
to
1.8.5
+14
-0
CHANGELOG.md
# Changelog
## [1.8.5](https://github.com/Applitools-Dev/sdk/compare/js/req@1.8.4...js/req@1.8.5) (2025-11-09)
### Dependencies
* @applitools/utils bumped to 1.13.0
#### Features
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
* @applitools/logger bumped to 2.2.5
* @applitools/test-server bumped to 1.3.4
## [1.8.4](https://github.com/Applitools-Dev/sdk/compare/js/req@1.8.3...js/req@1.8.4) (2025-09-16)

@@ -4,0 +18,0 @@

+3
-3
{
"name": "@applitools/req",
"version": "1.8.4",
"version": "1.8.5",
"description": "Applitools fetch-based request library",

@@ -60,3 +60,3 @@ "keywords": [

"dependencies": {
"@applitools/utils": "1.12.0",
"@applitools/utils": "1.13.0",
"abort-controller": "3.0.0",

@@ -69,3 +69,3 @@ "http-proxy-agent": "5.0.0",

"@applitools/api-extractor": "^1.2.22",
"@applitools/test-server": "^1.3.3",
"@applitools/test-server": "^1.3.4",
"@applitools/test-utils": "^1.5.17",

@@ -72,0 +72,0 @@ "@types/node": "^12.20.55",

Sorry, the diff of this file is too big to display