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

gemini-gui

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemini-gui - npm Package Compare versions

Comparing version 4.7.0 to 5.0.0-alpha.0

14

lib/find-gemini.js

@@ -28,8 +28,10 @@ 'use strict';

var version = require(geminiPackage).version;
if (!semver.satisfies(version, COMPATIBLE_GEMINI)) {
console.error(chalk.red('Error:'), 'installed gemini is not compatible with GUI');
console.error('gemini version should be in range', chalk.cyan(COMPATIBLE_GEMINI));
throw new Error('No compatible version');
}
// semver не может сматчиться на alpha-версию gemini (5.0.0-alpha.1)
// Вернуть этот код после релиза мажорной версии gemini
// var version = require(geminiPackage).version;
// if (!semver.satisfies(version, COMPATIBLE_GEMINI)) {
// console.error(chalk.red('Error:'), 'installed gemini is not compatible with GUI');
// console.error('gemini version should be in range', chalk.cyan(COMPATIBLE_GEMINI));
// throw new Error('No compatible version');
// }

@@ -36,0 +38,0 @@ var modulePath = path.dirname(geminiPackage);

{
"name": "gemini-gui",
"version": "4.7.0",
"version": "5.0.0-alpha.0",
"description": "GUI for gemini testing utility",

@@ -43,3 +43,3 @@ "main": "lib/index.js",

"eslint-config-gemini-testing": "^2.2.0",
"gemini": "^4.0.0",
"gemini": "5.0.0-alpha.1",
"hbsfy": "^2.1.0",

@@ -46,0 +46,0 @@ "istanbul": "^0.3.2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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