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

gemini-gui

Package Overview
Dependencies
Maintainers
6
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.3.1 to 4.3.2

coverage/coverage.json

4

CHANGELOG.md
# Changelog
## 4.3.2 - 2016-08-31
* Fixed bug with infinity pending of tests in html reporter
## 4.3.1 - 2016-08-25

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

4

lib/common/tests-index.js

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

if (item.browserId === null) {
if (!item.browserId) {
stateData.state = item;

@@ -66,3 +66,3 @@ return;

if (query.browserId === null) {
if (!query.browserId) {
return stateData.state;

@@ -69,0 +69,0 @@ }

{
"name": "gemini-gui",
"version": "4.3.1",
"version": "4.3.2",
"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