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
26
Versions
181
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.50 to 1.0.56

4

dist/common.d.ts

@@ -19,3 +19,2 @@ import Joi from 'joi';

NONE = "NONE",
S3 = "S3",
URL = "URL",

@@ -33,5 +32,2 @@ PATH = "PATH",

} | {
type: ArchiveSourceType.S3;
bucketKey: string;
} | {
type: ArchiveSourceType.GCS;

@@ -38,0 +34,0 @@ bucketKey: string;

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

ArchiveSourceType["NONE"] = "NONE";
ArchiveSourceType["S3"] = "S3";
ArchiveSourceType["URL"] = "URL";

@@ -51,8 +50,2 @@ ArchiveSourceType["PATH"] = "PATH";

})
.when(joi_1.default.object({ type: ArchiveSourceType.S3 }).unknown(), {
then: joi_1.default.object({
type: joi_1.default.string().valid(ArchiveSourceType.S3).required(),
bucketKey: joi_1.default.string().required(),
}),
})
.when(joi_1.default.object({ type: ArchiveSourceType.URL }).unknown(), {

@@ -59,0 +52,0 @@ then: joi_1.default.object({

4

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

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

},
"gitHead": "5bbb5238301415892e19c4712e9af1db1c1de540"
"gitHead": "92de9713aa41d8d04bf4bf1903ccf8928d29b0f1"
}

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