Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8 to 3.3.9

4

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

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

"@applitools/functional-commons": "^1.0.27",
"@applitools/visual-grid-client": "^7.2.7",
"@applitools/visual-grid-client": "^7.2.8",
"body-parser": "^1.18.3",

@@ -42,0 +42,0 @@ "chalk": "^2.4.1",

'use strict';
const {version: packageVersion} = require('../../package.json');
const agentId = `eyes.cypress/${packageVersion}`;
const makeStartServer = require('./server');

@@ -16,3 +18,3 @@ const makePluginExport = require('./pluginExport');

const getConfig = makeGetConfig();
const config = Object.assign({concurrency: 1}, getConfig());
const config = Object.assign({concurrency: 1, agentId}, getConfig());
const logger = createLogger(config.showLogs);

@@ -19,0 +21,0 @@ const handlers = makeHandlers({

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