New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/eyes-sdk-core

Package Overview
Dependencies
Maintainers
17
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.15.0 to 5.15.1

11

CHANGELOG.md

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

## [5.15.1](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.15.0...@applitools/eyes-sdk-core@5.15.1) (2019-08-27)
### Bug Fixes
* serialize arrays in log output ([a255f95](https://github.com/applitools/eyes.sdk.javascript1/commit/a255f95))
# [5.15.0](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.14.0...@applitools/eyes-sdk-core@5.15.0) (2019-08-27)

@@ -8,0 +19,0 @@

2

lib/server/ServerConnector.js

@@ -603,3 +603,3 @@ 'use strict';

if (validStatusCodes.includes(response.status)) {
this._logger.verbose(`ServerConnector.putResource - request succeeded. response:\n${response.data}`);
this._logger.verbose('ServerConnector.putResource - request succeeded. Response:', response.data);
return true;

@@ -606,0 +606,0 @@ }

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

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

"dependencies": {
"@applitools/eyes-common": "^3.9.0",
"@applitools/eyes-common": "^3.9.1",
"axios": "^0.19.0",

@@ -50,3 +50,3 @@ "es6-promise-pool": "^2.5.0"

},
"gitHead": "3fba5e1ea4aff0bcf45989a8268f1da2f8e10a73"
"gitHead": "3705a0afd8e0f4b9d10bbc5adde4a2585eb3c2c7"
}
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