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

hermione-test-repeater

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermione-test-repeater - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.4](https://github.com/gemini-testing/hermione-test-repeater/compare/v0.0.3...v0.0.4) (2019-11-27)
### Bug Fixes
* do not crash if plugin is using through hermione api ([26a18f5](https://github.com/gemini-testing/hermione-test-repeater/commit/26a18f5606fc092606018b5dbaaac4e84514200c))
### [0.0.3](https://github.com/gemini-testing/hermione-test-repeater/compare/v0.0.2...v0.0.3) (2019-11-25)

@@ -7,0 +14,0 @@

2

lib/index.js

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

hermione.on(hermione.events.INIT, () => {
const repeat = cliTool.repeat || pluginConfig.repeat;
const repeat = cliTool && cliTool.repeat || pluginConfig.repeat;

@@ -30,0 +30,0 @@ if (!repeat) {

{
"name": "hermione-test-repeater",
"version": "0.0.3",
"version": "0.0.4",
"description": "Plugin for repeat tests the specified number of times",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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