Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
Maintainers
42
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.2.1 to 1.3.0

15

CHANGELOG.md
# Changelog
## [1.3.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core-base@1.2.1...js/core-base@1.3.0) (2023-07-05)
### Features
* support dns caching ([#1680](https://github.com/applitools/eyes.sdk.javascript1/issues/1680)) ([9bbff34](https://github.com/applitools/eyes.sdk.javascript1/commit/9bbff34f50c9d18758b55a6bcb45571ca1148180))
### Dependencies
* @applitools/req bumped from 1.3.3 to 1.4.0
#### Features
* support dns caching ([#1680](https://github.com/applitools/eyes.sdk.javascript1/issues/1680)) ([9bbff34](https://github.com/applitools/eyes.sdk.javascript1/commit/9bbff34f50c9d18758b55a6bcb45571ca1148180))
## [1.2.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core-base@1.2.0...js/core-base@1.2.1) (2023-06-28)

@@ -4,0 +19,0 @@

1

dist/server/req-eyes.js

@@ -41,2 +41,3 @@ "use strict";

proxy: config.proxy,
useDnsCache: config.useDnsCache,
timeout: (_a = config.connectionTimeout) !== null && _a !== void 0 ? _a : 300000 /* 5min */,

@@ -43,0 +44,0 @@ retry: [

@@ -135,2 +135,3 @@ "use strict";

proxy: test.account.server.proxy,
useDnsCache: settings.useDnsCache,
};

@@ -335,2 +336,3 @@ }

proxy: account.server.proxy,
useDnsCache: settings.useDnsCache,
};

@@ -337,0 +339,0 @@ return account;

4

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

@@ -47,3 +47,3 @@ "bugs": {

"@applitools/logger": "2.0.5",
"@applitools/req": "1.3.3",
"@applitools/req": "1.4.0",
"@applitools/utils": "1.5.0",

@@ -50,0 +50,0 @@ "abort-controller": "3.0.0",

@@ -10,2 +10,3 @@ import { type Logger } from '@applitools/logger';

removeSession?: boolean;
useDnsCache?: boolean;
};

@@ -12,0 +13,0 @@ export type ReqEyesOptions = Options & {

@@ -155,2 +155,3 @@ /// <reference types="node" />

proxy?: Proxy;
useDnsCache?: boolean;
}

@@ -164,2 +165,3 @@ export interface UFGServerSettings {

proxy?: Proxy;
useDnsCache?: boolean;
}

@@ -166,0 +168,0 @@ type CustomProperty = {

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