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
27
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.108 to 1.0.114

4

dist/android.js

@@ -36,3 +36,5 @@ "use strict";

exports.JobSchema = joi_1.default.object({
mode: joi_1.default.string().valid(common_1.BuildMode.BUILD, common_1.BuildMode.CUSTOM).default(common_1.BuildMode.BUILD),
mode: joi_1.default.string()
.valid(common_1.BuildMode.BUILD, common_1.BuildMode.CUSTOM, common_1.BuildMode.REPACK)
.default(common_1.BuildMode.BUILD),
type: joi_1.default.string()

@@ -39,0 +41,0 @@ .valid(...Object.values(common_1.Workflow))

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

RESIGN = "resign",
CUSTOM = "custom"
CUSTOM = "custom",
REPACK = "repack"
}

@@ -10,0 +11,0 @@ export declare enum Workflow {

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

BuildMode["CUSTOM"] = "custom";
BuildMode["REPACK"] = "repack";
})(BuildMode || (exports.BuildMode = BuildMode = {}));

@@ -16,0 +17,0 @@ var Workflow;

{
"name": "@expo/eas-build-job",
"version": "1.0.108",
"version": "1.0.114",
"main": "dist/index.js",

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

},
"gitHead": "74d8c65802f43a3e2419e6e4939d77b4135a2935"
"gitHead": "4c97a38b082adad7062fa1db95e1ab7945c32698"
}

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