Socket
Socket
Sign inDemoInstall

@stepci/runner

Package Overview
Dependencies
208
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

dist/index.js

@@ -120,3 +120,3 @@ "use strict";

// Retries
if ((stepResult.errored || !stepResult.passed) && step.retries && step.retries.count > 0) {
if ((stepResult.errored || (!stepResult.passed && !stepResult.skipped)) && step.retries && step.retries.count > 0) {
for (let i = 0; i < step.retries.count; i++) {

@@ -123,0 +123,0 @@ await new Promise(resolve => {

{
"name": "@stepci/runner",
"version": "2.0.1",
"version": "2.0.2",
"description": "Step CI Runner",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc