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.2 to 4.3.3

4

CHANGELOG.md
# Changelog
## 4.3.3 - 2016-09-13
* Remove unnecessary output while finding global gemini
## 4.3.2 - 2016-08-31

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

2

lib/find-gemini.js

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

'node_modules',
shell.exec('npm root --global').stdout.trim()
shell.exec('npm root --global', {silent: true}).stdout.trim()
]

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

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

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