Socket
Socket
Sign inDemoInstall

@expo/eas-build-job

Package Overview
Dependencies
34
Maintainers
27
Versions
156
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.95 to 1.0.102

3

dist/generic.d.ts

@@ -126,2 +126,3 @@ import { z } from 'zod';

platform: z.ZodOptional<z.ZodNever>;
type: z.ZodOptional<z.ZodNever>;
triggeredBy: z.ZodLiteral<BuildTrigger.GIT_BASED_INTEGRATION>;

@@ -172,2 +173,3 @@ loggerLevel: z.ZodOptional<z.ZodNativeEnum<typeof LoggerLevel>>;

platform?: undefined;
type?: undefined;
loggerLevel?: LoggerLevel | undefined;

@@ -217,4 +219,5 @@ }, {

platform?: undefined;
type?: undefined;
loggerLevel?: LoggerLevel | undefined;
}>;
}

@@ -37,2 +37,3 @@ "use strict";

platform: zod_1.z.never().optional(),
type: zod_1.z.never().optional(),
triggeredBy: zod_1.z.literal(common_1.BuildTrigger.GIT_BASED_INTEGRATION),

@@ -39,0 +40,0 @@ loggerLevel: zod_1.z.nativeEnum(logger_1.LoggerLevel).optional(),

4

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

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

},
"gitHead": "d5656a547b840ab55e52fa36c45dd04a7ba87245"
"gitHead": "8da53ea114899bc467ea153a7a4ce66c04fd9460"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc