New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gemini-gui

Package Overview
Dependencies
Maintainers
10
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 6.0.0 to 6.0.1

4

CHANGELOG.md
# Changelog
## 6.0.1 - 2018-04-19
* Added deprecation warning: "This package is deprecated. Use html-reporter instead".
## 6.0.0 - 2018-03-30

@@ -4,0 +8,0 @@

@@ -37,2 +37,4 @@ 'use strict';

console.log(`GUI is running at ${chalk.cyan(result.url)}`);
console.warn(`${chalk.red('Warning: this package is deprecated. Use html-reporter instead.')}`);
console.warn(`${chalk.red('See: https://github.com/gemini-testing/gemini-gui#how-to-migrate')}`);
if (program.open) {

@@ -39,0 +41,0 @@ opener(result.url);

2

package.json
{
"name": "gemini-gui",
"version": "6.0.0",
"version": "6.0.1",
"description": "GUI for gemini testing utility",

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

@@ -5,2 +5,29 @@ # Gemini GUI

## WARNING
This package is deprecated and no longer supported.
Use [html-reporter](https://github.com/gemini-testing/html-reporter) plugin and `gemini gui` command instead.
### How to migrate
To be able to use `GUI` on a project you must have [gemini](https://github.com/gemini-testing/gemini) installed locally in the project.
1. Install [html-reporter](https://github.com/gemini-testing/html-reporter) plugin.
2. [Add html-reporter plugin](https://github.com/gemini-testing/html-reporter#gemini-usage) to your gemini config file.
3. Now you can use `GUI` by running `gemini gui` in the project root:
```
./node_modules/.bin/gemini gui
```
4. To see available options of `gemini gui` command, run in the project root:
```
./node_modules/.bin/gemini gui --help
```
## What is Gemini GUI?
GUI for [gemini](https://github.com/gemini-testing/gemini) utility.

@@ -7,0 +34,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