Socket
Socket
Sign inDemoInstall

@expo/eas-build-job

Package Overview
Dependencies
7
Maintainers
27
Versions
156
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.78 to 1.0.83

4

dist/android.d.ts

@@ -69,3 +69,7 @@ import Joi from 'joi';

expoBuildUrl?: string;
githubTriggerOptions?: {
autoSubmit: boolean;
submitProfile?: string;
};
}
export declare const JobSchema: Joi.ObjectSchema<any>;

@@ -82,3 +82,7 @@ "use strict";

expoBuildUrl: joi_1.default.string().uri().optional(),
githubTriggerOptions: joi_1.default.object({
autoSubmit: joi_1.default.boolean().default(false),
submitProfile: joi_1.default.string(),
}),
}).oxor('releaseChannel', 'updates.channel');
//# sourceMappingURL=android.js.map

@@ -74,4 +74,8 @@ import Joi from 'joi';

expoBuildUrl?: string;
githubTriggerOptions?: {
autoSubmit: boolean;
submitProfile?: string;
};
}
export declare const JobSchema: Joi.ObjectSchema<any>;
export {};

@@ -103,3 +103,7 @@ "use strict";

expoBuildUrl: joi_1.default.string().uri().optional(),
githubTriggerOptions: joi_1.default.object({
autoSubmit: joi_1.default.boolean().default(false),
submitProfile: joi_1.default.string(),
}),
}).oxor('releaseChannel', 'updates.channel');
//# sourceMappingURL=ios.js.map

4

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

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

},
"gitHead": "fa930165725445581c94af24bb29e9f454a681f7"
"gitHead": "add396785bf24e7d545654b193365b417dfc5af3"
}

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