gemini-gui
Advanced tools
Comparing version 4.7.0 to 5.0.0-alpha.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
4
0
871562
40
1908
2