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.0.9 to 3.0.10

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

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

function startApp(handlers, logger) {
function startApp(handlers, logger = console) {
const app = express();

@@ -16,3 +16,3 @@ app.use(cors());

if (!req.params || !req.params.id) throw new Error('missing resource url');
const id = decodeURIComponent(req.params.id);
const id = req.params.id; // already decoded by express with decodeURIComponent
const buffer = Buffer.from(JSON.parse(req.body).data);

@@ -19,0 +19,0 @@ logger.log('[server] PUT resource:', id, buffer.length);

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