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 5.0.0-alpha.7 to 5.0.0-alpha.8

5

lib/client/section.js

@@ -69,6 +69,7 @@ 'use strict';

var retry = this.retry.bind(this);
this._suiteControls = new SuiteControls(this._bodyNode);
var suiteControls = new SuiteControls(this._bodyNode);
switch (this._status) {
case 'success': {
this._suiteControls = suiteControls;
this._suiteControls.setAsSuccess(retry);

@@ -78,2 +79,3 @@ break;

case 'fail': {
this._suiteControls = suiteControls;
this._suiteControls.setAsFailure(retry, this.updateReference.bind(this));

@@ -84,2 +86,3 @@ break;

this.status = 'fail';
this._suiteControls = suiteControls;
this._suiteControls.setAsError(retry);

@@ -86,0 +89,0 @@ break;

2

package.json
{
"name": "gemini-gui",
"version": "5.0.0-alpha.7",
"version": "5.0.0-alpha.8",
"description": "GUI for gemini testing utility",

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

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