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

@factorialco/gat

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factorialco/gat - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

1

dist/event.d.ts

@@ -18,2 +18,3 @@ export declare type EventName = "push" | "pull_request" | "pull_request_review" | "workflow_run" | "workflow_dispatch" | "schedule" | "pull_request_target";

types?: Array<"completed">;
branches?: string[];
}

@@ -20,0 +21,0 @@ interface WorkflowDispatchInput {

@@ -8,2 +8,3 @@ export interface BaseStep {

continueOnError?: boolean;
timeout?: number;
}

@@ -10,0 +11,0 @@ export declare type Step = RunStep | UseStep;

3

dist/workflow.js

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

: undefined,
steps: steps.map(({ id, name, ifExpression, workingDirectory, continueOnError, ...options }) => ({
steps: steps.map(({ id, name, ifExpression, workingDirectory, continueOnError, timeout, ...options }) => ({
id,

@@ -106,2 +106,3 @@ name,

"working-directory": workingDirectory,
"timeout-minutes": timeout,
...options,

@@ -108,0 +109,0 @@ })),

{
"name": "@factorialco/gat",
"version": "1.1.4",
"version": "1.1.5",
"description": "Write your GitHub Actions workflows using TypeScript",

@@ -5,0 +5,0 @@ "bin": {

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