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

gemini-gui

Package Overview
Dependencies
Maintainers
7
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.9 to 5.0.2

2

lib/client/controller.js

@@ -128,3 +128,3 @@ 'use strict';

eventSource.addEventListener('endTest', function(e) {
eventSource.addEventListener('testResult', function(e) {
var data = JSON.parse(e.data),

@@ -131,0 +131,0 @@ section = _this._sections.findSection({

@@ -39,3 +39,3 @@ 'use strict';

runner.on('endTest', function(data) {
runner.on('testResult', function(data) {
var response = {

@@ -55,3 +55,3 @@ suite: data.suite,

if (data.equal) {
app.sendClientEvent('endTest', response);
app.sendClientEvent('testResult', response);
return;

@@ -69,3 +69,3 @@ }

response.diffURL = diffURL;
app.sendClientEvent('endTest', response);
app.sendClientEvent('testResult', response);
});

@@ -72,0 +72,0 @@ });

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

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

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

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