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
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.9.2 to 5.9.3

11

CHANGELOG.md

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

## [5.9.3](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.9.2...@applitools/eyes-sdk-core@5.9.3) (2019-06-19)
### Bug Fixes
* **eyes-sdk-core:** remove serverConnector from output of TestResults ([a6fd38b](https://github.com/applitools/eyes.sdk.javascript1/commit/a6fd38b))
## [5.9.2](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.9.1...@applitools/eyes-sdk-core@5.9.2) (2019-06-19)

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

4

lib/TestResults.js

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

toJSON() {
return GeneralUtils.toPlain(this);
return GeneralUtils.toPlain(this, ['_serverConnector']);
}

@@ -946,3 +946,3 @@

const isNewTestStr = this._isNew ? 'new test' : 'existing test';
return `TestResults of ${isNewTestStr} ${GeneralUtils.toString(this, ['_secretToken'])}`;
return `TestResults of ${isNewTestStr} ${GeneralUtils.toString(this, ['_secretToken', '_serverConnector'])}`;
}

@@ -949,0 +949,0 @@ }

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

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

},
"gitHead": "1c66b3d7fce5aa2f30098473d898564a1e7a5618"
"gitHead": "19dde597efd11b9cb22fe8c6aeb131ab8ba5e04c"
}
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