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
12
Versions
141
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 3.3.17 to 3.3.18

8

package.json
{
"name": "@applitools/eyes.cypress",
"version": "3.3.17",
"version": "3.3.18",
"main": "index.js",

@@ -37,3 +37,3 @@ "license": "MIT",

"dependencies": {
"@applitools/dom-capture": "^6.1.1",
"@applitools/dom-capture": "^6.1.3",
"@applitools/functional-commons": "^1.0.27",

@@ -51,4 +51,4 @@ "@applitools/visual-grid-client": "^9.0.5",

"cookie-parser": "^1.4.3",
"cypress": "^3.1.3",
"eslint": "^5.10.0",
"cypress": "^3.1.4",
"eslint": "^5.11.1",
"eslint-plugin-mocha-no-only": "^1.1.0",

@@ -55,0 +55,0 @@ "eslint-plugin-node": "^7.0.1",

@@ -5,3 +5,3 @@ /* global Cypress,cy,window,before,after */

const makeSend = require('./makeSend');
const {processPage} = require('@applitools/dom-capture');
const processPage = require('@applitools/dom-capture/src/browser/visual-grid/processPage');
const send = makeSend(Cypress.config('eyesPort'), cy.request);

@@ -8,0 +8,0 @@ const makeSendRequest = require('./sendRequest');

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