Socket
Socket
Sign inDemoInstall

@stepci/runner

Package Overview
Dependencies
207
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.6 to 1.11.7

2

dist/index.d.ts

@@ -183,3 +183,3 @@ /// <reference types="node" />

export declare type HTTPStepCheck = {
status?: number | Matcher[];
status?: string | number | Matcher[];
statusText?: string | Matcher[];

@@ -186,0 +186,0 @@ redirected?: boolean;

@@ -196,2 +196,7 @@ "use strict";

if (step.http.json) {
if (!step.http.headers)
step.http.headers = {};
if (!step.http.headers['Content-Type']) {
step.http.headers['Content-Type'] = 'application/json';
}
requestBody = JSON.stringify(step.http.json);

@@ -198,0 +203,0 @@ }

{
"name": "@stepci/runner",
"version": "1.11.6",
"version": "1.11.7",
"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