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

@factorialco/gat

Package Overview
Dependencies
Maintainers
2
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 0.0.8 to 0.0.9

1

dist/step.d.ts

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

workingDirectory?: string;
continueOnError?: boolean;
}

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

3

dist/workflow.js

@@ -80,6 +80,7 @@ "use strict";

env,
steps: steps.map(({ id, name, ifExpression, workingDirectory, ...options }) => ({
steps: steps.map(({ id, name, ifExpression, workingDirectory, continueOnError, ...options }) => ({
id,
name,
if: ifExpression,
"continue-on-error": continueOnError,
"working-directory": workingDirectory,

@@ -86,0 +87,0 @@ ...options,

{
"name": "@factorialco/gat",
"version": "0.0.8",
"version": "0.0.9",
"description": "TODO",

@@ -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