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.1.0 to 5.1.1

8

CHANGELOG.md

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

## [5.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.1.0...@applitools/eyes-sdk-core@5.1.1) (2019-03-24)
**Note:** Version bump only for package @applitools/eyes-sdk-core
# [5.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-sdk-core@5.0.1...@applitools/eyes-sdk-core@5.1.0) (2019-03-17)

@@ -8,0 +16,0 @@

2

lib/capture/FullPageCaptureAlgorithm.js

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

* @param {string} name
* @return {Promise<void>}
* @return {Promise}
*/

@@ -49,0 +49,0 @@ async _saveDebugScreenshotPart(image, region, name) {

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

* @protected
* @return {Promise<void>}
* @return {Promise}
*/

@@ -808,3 +808,3 @@ async beforeMatchWindow() {

* @protected
* @return {Promise<void>}
* @return {Promise}
*/

@@ -941,3 +941,3 @@ async afterMatchWindow() {

* or {@code null} to use the default.
* @return {Promise<void>}
* @return {Promise}
*/

@@ -998,3 +998,3 @@ async openBase(appName, testName, viewportSize, sessionType = SessionType.SEQUENTIAL) {

* @protected
* @return {Promise<void>}
* @return {Promise}
*/

@@ -1008,3 +1008,3 @@ async beforeOpen() {

* @protected
* @return {Promise<void>}
* @return {Promise}
*/

@@ -1017,3 +1017,3 @@ async afterOpen() {

* @private
* @return {Promise<void>}
* @return {Promise}
*/

@@ -1071,3 +1071,3 @@ async _ensureRunningSession() {

* @private
* @return {Promise<void>}
* @return {Promise}
*/

@@ -1256,3 +1256,3 @@ async _validateSessionOpen() {

* @protected
* @return {Promise<void>}
* @return {Promise}
*/

@@ -1322,3 +1322,3 @@ async startSession() {

* @private
* @return {Promise<void>}
* @return {Promise}
*/

@@ -1490,3 +1490,3 @@ async _ensureViewportSize() {

* @param {RectangleSize} size - The required viewport size.
* @return {Promise<void>}
* @return {Promise}
*/

@@ -1493,0 +1493,0 @@ async setViewportSize(size) { // eslint-disable-line no-unused-vars

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

* @param {Location} location - Location to scroll to
* @return {Promise<void>} - A promise which resolves after the action is performed and timeout passed.
* @return {Promise} - A promise which resolves after the action is performed and timeout passed.
*/

@@ -151,3 +151,3 @@ static setCurrentScrollPosition(executor, location) {

* @param {EyesJsExecutor} executor - The executor to use.
* @return {Promise<void>} - A promise which resolves after the action is performed and timeout passed.
* @return {Promise} - A promise which resolves after the action is performed and timeout passed.
*/

@@ -234,3 +234,3 @@ static scrollToBottomRight(executor) {

* values for those styles.
* @return {Promise<void>}
* @return {Promise}
*/

@@ -252,3 +252,3 @@ static setTransforms(executor, transforms) {

* @param {string} transform - The transform to set.
* @return {Promise<void>} - A promise which resolves to the previous transform once the updated transform is set.
* @return {Promise} - A promise which resolves to the previous transform once the updated transform is set.
*/

@@ -273,3 +273,3 @@ static setTransform(executor, transform) {

* @param {Location} position - The position to translate to.
* @return {Promise<void>} - A promise which resolves to the previous transform when the scroll is executed.
* @return {Promise} - A promise which resolves to the previous transform when the scroll is executed.
*/

@@ -276,0 +276,0 @@ static translateTo(executor, position) {

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

* @param {EyesScreenshot} screenshot
* @return {Promise<void>}
* @return {Promise}
*/

@@ -107,3 +107,3 @@ async _collectSimpleRegions(checkSettings, imageMatchSettings, screenshot) {

* @param {EyesScreenshot} screenshot
* @return {Promise<void>}
* @return {Promise}
*/

@@ -110,0 +110,0 @@ async _collectFloatingRegions(checkSettings, imageMatchSettings, screenshot) {

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

* @param {PositionMemento} state - The state to restore to.
* @return {Promise<void>}
* @return {Promise}
*/

@@ -60,0 +60,0 @@ async restoreState(state) {

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

* @param {RenderRequest} renderRequest
* @return {Promise<void>}
* @return {Promise}
*/

@@ -110,3 +110,3 @@ async checkAndPutResources(renderRequest) {

* @param {number} [concurrency]
* @return {Promise<void>}
* @return {Promise}
*/

@@ -113,0 +113,0 @@ async putResources(rGridDom, runningRender, concurrency = DEFAULT_CONCURRENCY_LIMIT) {

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

* @param {TestResults} testResults - The session to delete by test results.
* @return {Promise<void>}
* @return {Promise}
*/

@@ -341,0 +341,0 @@ async deleteSession(testResults) {

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

/**
* @return {Promise<void>}
* @return {Promise}
*/

@@ -930,0 +930,0 @@ async deleteSession() {

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

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

"dependencies": {
"@applitools/eyes-common": "^2.2.0",
"@applitools/eyes-common": "^2.2.1",
"axios": "^0.18.0",

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

},
"gitHead": "86046c9c338445cda1d2190c0c6b73a97a508327"
"gitHead": "24beb417df275c99519cf04df8cdaac26ed94c60"
}
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