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

gemini-gui

Package Overview
Dependencies
Maintainers
4
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 2.1.0 to 2.1.1

4

CHANGELOG.md
# Changelog
## 2.1.1 - 2016-02-03
Fix: reference images for new suites saved correctly (@SwinX)
## 2.1.0 - 2016-01-29

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

@@ -125,4 +125,8 @@ 'use strict';

}
return fs.copy(test.currentPath, test.referencePath)
return fs.makeTree(path.dirname(test.referencePath))
.then(function() {
return fs.copy(test.currentPath, test.referencePath);
})
.then(function() {
console.log('Reference image %s has been updated.', test.referencePath);

@@ -129,0 +133,0 @@ return _this.refPathToURL(test.referencePath, test.browserId);

4

package.json
{
"name": "gemini-gui",
"version": "2.1.0",
"version": "2.1.1",
"description": "GUI for gemini testing utility",

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

"handlebars": "^1.3.0",
"inherit": "^2.2.3",
"json-stringify-safe": "^5.0.1",

@@ -41,3 +42,2 @@ "lodash": "^3.10.1",

"hbsfy": "^2.1.0",
"inherit": "^2.2.3",
"istanbul": "^0.3.2",

@@ -44,0 +44,0 @@ "jscs": "^1.6.2",

Sorry, the diff of this file is not supported yet

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