Socket
Socket
Sign inDemoInstall

gemini-core

Package Overview
Dependencies
Maintainers
7
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemini-core - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

6

lib/calibrator/index.js

@@ -31,7 +31,3 @@ 'use strict';

.spread((features, image) => {
// webdriverio returns result in "value" field, but wd does not
const {innerWidth, pixelRatio} = features.innerWidth
? features
: features.value;
const {innerWidth, pixelRatio} = features;
const hasPixelRatio = Boolean(pixelRatio && pixelRatio > 1.0);

@@ -38,0 +34,0 @@ const imageFeatures = this._analyzeImage(image, {calculateColorLength: hasPixelRatio});

2

package.json
{
"name": "gemini-core",
"version": "2.5.0",
"version": "2.5.1",
"description": "Utility which contains common modules for gemini and hermione",

@@ -5,0 +5,0 @@ "main": "index.js",

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