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

@applitools/eyes-cypress

Package Overview
Dependencies
Maintainers
15
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes-cypress - npm Package Compare versions

Comparing version

to
3.6.7

10

package.json
{
"name": "@applitools/eyes-cypress",
"version": "3.6.6",
"version": "3.6.7",
"main": "index.js",

@@ -40,7 +40,7 @@ "license": "MIT",

"dependencies": {
"@applitools/dom-snapshot": "^1.1.1",
"@applitools/dom-snapshot": "^1.1.5",
"@applitools/eyes-common": "^2.2.1",
"@applitools/eyes-sdk-core": "^5.4.2",
"@applitools/eyes-sdk-core": "^5.5.1",
"@applitools/functional-commons": "^1.4.1",
"@applitools/visual-grid-client": "^12.6.1",
"@applitools/visual-grid-client": "^12.6.6",
"body-parser": "^1.18.3",

@@ -65,4 +65,4 @@ "chalk": "^2.4.2",

"node-fetch": "^2.3.0",
"prettier": "^1.16.4"
"prettier": "^1.17.0"
}
}

@@ -310,3 +310,3 @@ # Eyes-Cypress

| `testName` | The value of Cypress's test title | Test name. If this is not specified, the test name will be the title of the `it` block where the test is running. |
| `browser` | { width: 800, height: 600, name: 'chrome' } | The size and browser of the generated screenshots. This doesn't need to be the same as the browser that Cypress is running. It could be a different size and also a different browser. Currently, `firefox`, `chrome`, `edge` and `ie` are supported (ie renders as ie11). For more info, see the [browser section below](#configuring-the-browser).|
| `browser` | { width: 800, height: 600, name: 'chrome' } | The size and browser of the generated screenshots. This doesn't need to be the same as the browser that Cypress is running. It could be a different size and also a different browser. Currently, `firefox`, `chrome`, `edge`, `ie10` and `ie11` are supported. For more info, see the [browser section below](#configuring-the-browser).|
| `saveDebugData` | false | Whether to save troubleshooting data. See the troubleshooting section of this doc for more info. |

@@ -407,3 +407,4 @@ | `batchId` | random | Provides ability to group tests into batches. Read more about batches [here](https://applitools.com/docs/topics/working-with-test-batches/how-to-group-tests-into-batches.html). |

{width: 800, height: 600, name: 'firefox'},
{width: 1024, height: 768, name: 'chrome'}
{width: 1024, height: 768, name: 'chrome'},
{width: 1024, height: 768, name: 'ie11'}
]

@@ -410,0 +411,0 @@ }

Sorry, the diff of this file is too big to display