Socket
Socket
Sign inDemoInstall

html-reporter

Package Overview
Dependencies
Maintainers
7
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-reporter - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.3.3"></a>
## [1.3.3](https://github.com/gemini-testing/html-reporter/compare/v1.3.2...v1.3.3) (2018-01-23)
### Bug Fixes
* retry images do not change ([885bf8a](https://github.com/gemini-testing/html-reporter/commit/885bf8a))
<a name="1.3.2"></a>

@@ -7,0 +17,0 @@ ## [1.3.2](https://github.com/gemini-testing/html-reporter/compare/v1.3.0...v1.3.2) (2018-01-22)

8

lib/static/components/state/screenshot.js

@@ -12,4 +12,3 @@ 'use strict';

constructor(props) {
super(props);
render() {
const url = this.props.imagePath

@@ -19,9 +18,6 @@ .split('/')

.join('/');
this.state = {url};
}
render() {
return (
<LazyLoad offsetVertical={800}>
<img src={this.state.url}/>
<img src={url}/>
</LazyLoad>

@@ -28,0 +24,0 @@ );

{
"name": "html-reporter",
"version": "1.3.2",
"version": "1.3.3",
"description": "Plugin for gemini which is intended to aggregate the results of tests running into html report",

@@ -5,0 +5,0 @@ "main": "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