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

@applitools/eyes-sdk-core

Package Overview
Dependencies
Maintainers
15
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes-sdk-core - npm Package Compare versions

Comparing version 5.8.1 to 5.9.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [5.9.0](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.8.1...@applitools/eyes-sdk-core@5.9.0) (2019-06-03)
### Bug Fixes
* update axios to new version. ([d8d0ae9](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d0ae9))
### Features
* add `sequenceName` property to `BatchInfo` object ([aca2b90](https://github.com/applitools/eyes.sdk.javascript1/commit/aca2b90))
## [5.8.1](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.8.0...@applitools/eyes-sdk-core@5.8.1) (2019-05-27)

@@ -8,0 +24,0 @@

0

lib/fluent/CheckSettings.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

5

lib/server/ServerConnector.js

@@ -254,7 +254,2 @@ 'use strict';

options.proxy = this._configuration.getProxy().toProxyObject();
// TODO: remove hot-fix when axios release official fix
if (options.proxy.protocol === 'http:') {
options.transport = require('http'); // eslint-disable-line
}
}

@@ -261,0 +256,0 @@

{
"name": "@applitools/eyes-sdk-core",
"version": "5.8.1",
"version": "5.9.0",
"description": "The core components of Eyes JavaScript SDK",

@@ -34,4 +34,4 @@ "keywords": [

"dependencies": {
"@applitools/eyes-common": "^3.6.1",
"axios": "^0.18.0",
"@applitools/eyes-common": "^3.7.0",
"axios": "^0.19.0",
"es6-promise-pool": "^2.5.0"

@@ -50,3 +50,3 @@ },

},
"gitHead": "c2f897c0dbd1e52ea91ec60781ae79fd75c8f33a"
"gitHead": "edfe20008c1f4c08875ca389939d512f50c749f0"
}
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