New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@expo/eas-build-job

Package Overview
Dependencies
Maintainers
28
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/eas-build-job - npm Package Compare versions

Comparing version 1.0.151 to 1.0.154

28

dist/common.d.ts

@@ -149,2 +149,12 @@ import Joi from 'joi';

export declare const StaticWorkflowInterpolationContextZ: z.ZodObject<{
after: z.ZodRecord<z.ZodString, z.ZodObject<{
status: z.ZodString;
outputs: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
status: string;
outputs: Record<string, string | null>;
}, {
status: string;
outputs: Record<string, string | null>;
}>>;
needs: z.ZodRecord<z.ZodString, z.ZodObject<{

@@ -164,2 +174,4 @@ status: z.ZodString;

ref: z.ZodString;
ref_name: z.ZodString;
ref_type: z.ZodString;
}, "strip", z.ZodTypeAny, {

@@ -169,2 +181,4 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}, {

@@ -174,5 +188,11 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}>>;
env: z.ZodRecord<z.ZodString, z.ZodString>;
}, "strip", z.ZodTypeAny, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -187,4 +207,10 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;
}, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -199,2 +225,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -201,0 +229,0 @@ }>;

@@ -120,2 +120,6 @@ "use strict";

exports.StaticWorkflowInterpolationContextZ = zod_1.z.object({
after: zod_1.z.record(zod_1.z.string(), zod_1.z.object({
status: zod_1.z.string(),
outputs: zod_1.z.record(zod_1.z.string(), zod_1.z.string().nullable()),
})),
needs: zod_1.z.record(zod_1.z.string(), zod_1.z.object({

@@ -130,2 +134,4 @@ status: zod_1.z.string(),

ref: zod_1.z.string(),
ref_name: zod_1.z.string(),
ref_type: zod_1.z.string(),
})

@@ -132,0 +138,0 @@ // We need to .optional() to support jobs that are not triggered by a GitHub event.

@@ -123,2 +123,12 @@ import { z } from 'zod';

workflowInterpolationContext: z.ZodOptional<z.ZodObject<{
after: z.ZodRecord<z.ZodString, z.ZodObject<{
status: z.ZodString;
outputs: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
status: string;
outputs: Record<string, string | null>;
}, {
status: string;
outputs: Record<string, string | null>;
}>>;
needs: z.ZodRecord<z.ZodString, z.ZodObject<{

@@ -138,2 +148,4 @@ status: z.ZodString;

ref: z.ZodString;
ref_name: z.ZodString;
ref_type: z.ZodString;
}, "strip", z.ZodTypeAny, {

@@ -143,2 +155,4 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}, {

@@ -148,5 +162,11 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}>>;
env: z.ZodRecord<z.ZodString, z.ZodString>;
}, "strip", z.ZodTypeAny, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -161,4 +181,10 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;
}, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -173,2 +199,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -237,2 +265,6 @@ }>>;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -247,2 +279,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -300,2 +334,6 @@ } | undefined;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -310,2 +348,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -431,2 +471,12 @@ } | undefined;

workflowInterpolationContext: z.ZodOptional<z.ZodObject<{
after: z.ZodRecord<z.ZodString, z.ZodObject<{
status: z.ZodString;
outputs: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
status: string;
outputs: Record<string, string | null>;
}, {
status: string;
outputs: Record<string, string | null>;
}>>;
needs: z.ZodRecord<z.ZodString, z.ZodObject<{

@@ -446,2 +496,4 @@ status: z.ZodString;

ref: z.ZodString;
ref_name: z.ZodString;
ref_type: z.ZodString;
}, "strip", z.ZodTypeAny, {

@@ -451,2 +503,4 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}, {

@@ -456,5 +510,11 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}>>;
env: z.ZodRecord<z.ZodString, z.ZodString>;
}, "strip", z.ZodTypeAny, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -469,4 +529,10 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;
}, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -481,2 +547,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -646,2 +714,6 @@ }>>;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -656,2 +728,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -732,2 +806,6 @@ } | undefined;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -742,2 +820,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -864,2 +944,12 @@ } | undefined;

workflowInterpolationContext: z.ZodOptional<z.ZodOptional<z.ZodObject<{
after: z.ZodRecord<z.ZodString, z.ZodObject<{
status: z.ZodString;
outputs: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
status: string;
outputs: Record<string, string | null>;
}, {
status: string;
outputs: Record<string, string | null>;
}>>;
needs: z.ZodRecord<z.ZodString, z.ZodObject<{

@@ -879,2 +969,4 @@ status: z.ZodString;

ref: z.ZodString;
ref_name: z.ZodString;
ref_type: z.ZodString;
}, "strip", z.ZodTypeAny, {

@@ -884,2 +976,4 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}, {

@@ -889,5 +983,11 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}>>;
env: z.ZodRecord<z.ZodString, z.ZodString>;
}, "strip", z.ZodTypeAny, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -902,4 +1002,10 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;
}, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -914,2 +1020,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -977,2 +1085,6 @@ }>>>;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -987,2 +1099,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -1040,2 +1154,6 @@ } | undefined;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -1050,2 +1168,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -1171,2 +1291,12 @@ } | undefined;

workflowInterpolationContext: z.ZodOptional<z.ZodOptional<z.ZodObject<{
after: z.ZodRecord<z.ZodString, z.ZodObject<{
status: z.ZodString;
outputs: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
status: string;
outputs: Record<string, string | null>;
}, {
status: string;
outputs: Record<string, string | null>;
}>>;
needs: z.ZodRecord<z.ZodString, z.ZodObject<{

@@ -1186,2 +1316,4 @@ status: z.ZodString;

ref: z.ZodString;
ref_name: z.ZodString;
ref_type: z.ZodString;
}, "strip", z.ZodTypeAny, {

@@ -1191,2 +1323,4 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}, {

@@ -1196,5 +1330,11 @@ event_name: "push" | "pull_request" | "workflow_dispatch";

ref: string;
ref_name: string;
ref_type: string;
}>>;
env: z.ZodRecord<z.ZodString, z.ZodString>;
}, "strip", z.ZodTypeAny, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -1209,4 +1349,10 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;
}, {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -1221,2 +1367,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -1359,2 +1507,6 @@ }>>>;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -1369,2 +1521,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -1445,2 +1599,6 @@ } | undefined;

workflowInterpolationContext?: {
after: Record<string, {
status: string;
outputs: Record<string, string | null>;
}>;
needs: Record<string, {

@@ -1455,2 +1613,4 @@ status: string;

ref: string;
ref_name: string;
ref_type: string;
} | undefined;

@@ -1457,0 +1617,0 @@ } | undefined;

4

package.json
{
"name": "@expo/eas-build-job",
"version": "1.0.151",
"version": "1.0.154",
"main": "dist/index.js",

@@ -38,3 +38,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "e6e19b19d2037d23af2a9ec8e28128e9fcaee92e"
"gitHead": "9ff91c80ccc6cffe4461a7efd25cf6c41d655b29"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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