Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/eyes-sdk-core

Package Overview
Dependencies
Maintainers
33
Versions
465
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes-sdk-core - npm Package Compare versions

Comparing version 13.10.3 to 13.10.4

2

package.json
{
"name": "@applitools/eyes-sdk-core",
"version": "13.10.3",
"version": "13.10.4",
"description": "The core components of Eyes JavaScript SDK",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,3 +8,4 @@ const transformConfig = require('./utils/transform-config')

const transformedSettings = settings && transformCheckSettings(settings)
return eyes.check({settings: transformedSettings, config: transformedConfig})
const [result] = await eyes.check({settings: transformedSettings, config: transformedConfig})
return result
}

@@ -11,0 +12,0 @@ }

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