@applitools/eyes.cypress
Advanced tools
Comparing version 3.3.21 to 3.3.22
{ | ||
"name": "@applitools/eyes.cypress", | ||
"version": "3.3.21", | ||
"version": "3.3.22", | ||
"main": "index.js", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@applitools/dom-capture": "^6.1.3", | ||
"@applitools/eyes-common": "^1.1.0", | ||
"@applitools/dom-snapshot": "^1.0.2", | ||
"@applitools/eyes-common": "^1.2.0", | ||
"@applitools/functional-commons": "^1.0.33", | ||
@@ -53,3 +53,3 @@ "@applitools/visual-grid-client": "^10.0.2", | ||
"cypress": "^3.1.4", | ||
"eslint": "^5.12.0", | ||
"eslint": "^5.12.1", | ||
"eslint-plugin-mocha-no-only": "^1.1.0", | ||
@@ -62,4 +62,4 @@ "eslint-plugin-node": "^7.0.1", | ||
"node-fetch": "^2.3.0", | ||
"prettier": "^1.15.3" | ||
"prettier": "^1.16.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ /* global Cypress,cy,window,before,after */ | ||
const makeSend = require('./makeSend'); | ||
const processPage = require('@applitools/dom-capture/src/browser/visual-grid/processPage'); | ||
const processPage = require('@applitools/dom-snapshot/src/browser/processPage'); | ||
const send = makeSend(Cypress.config('eyesPort'), window.fetch); | ||
@@ -8,0 +8,0 @@ const makeSendRequest = require('./sendRequest'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134080
+ Added@applitools/dom-snapshot@1.4.9(transitive)
- Removed@applitools/dom-capture@^6.1.3
- Removed@applitools/dom-capture@6.1.5(transitive)