@applitools/eyes-sdk-core
Advanced tools
Comparing version 5.8.1 to 5.9.0
@@ -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,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -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" | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
379191
0
10629
+ Addedaxios@0.19.2(transitive)
- Removedaxios@0.18.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updatedaxios@^0.19.0