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.5 to 0.0.6

3

dist/workflow.js

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

: undefined,
jobs: Object.fromEntries(this.jobs.map(({ name, options: { ifExpression, runsOn, matrix, steps, dependsOn, services, timeout, concurrency, outputs, }, }) => [
jobs: Object.fromEntries(this.jobs.map(({ name, options: { ifExpression, runsOn, matrix, env, steps, dependsOn, services, timeout, concurrency, outputs, }, }) => [
name,

@@ -80,2 +80,3 @@ {

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

@@ -82,0 +83,0 @@ id,

{
"name": "@factorialco/gat",
"version": "0.0.5",
"version": "0.0.6",
"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