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.3 to 4.3.4

AUTHORS

4

CHANGELOG.md
# Changelog
## 4.3.4 - 2016-09-30
* Fixed bug with displaying of test url in meta-info
## 4.3.3 - 2016-09-13

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

4

lib/client/controller.js

@@ -107,3 +107,5 @@ 'use strict';

data.metaInfo = data.state && data.state.metaInfo ? JSON.stringify(data.state.metaInfo, null, 4) : 'Meta info is not available';
data.metaInfo = data.state && data.state.metaInfo
? JSON.stringify(data.state.metaInfo, null, 4)
: 'Meta info is not available';

@@ -110,0 +112,0 @@ if (data.equal) {

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

response.state.metaInfo = response.state.metaInfo || {};
response.state.metaInfo = response.suite.metaInfo || {};
response.state.metaInfo.sessionId = data.sessionId;

@@ -46,0 +46,0 @@

{
"name": "gemini-gui",
"version": "4.3.3",
"version": "4.3.4",
"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 not supported yet

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