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

@expo/eas-json

Package Overview
Dependencies
Maintainers
22
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/eas-json - npm Package Compare versions

Comparing version 3.15.1 to 3.17.0

5

build/submit/schema.js

@@ -17,2 +17,7 @@ "use strict";

applicationId: joi_1.default.string(),
rollout: joi_1.default.number().min(0).max(1).when('releaseStatus', {
is: types_1.AndroidReleaseStatus.inProgress,
then: joi_1.default.required(),
otherwise: joi_1.default.forbidden(),
}),
});

@@ -19,0 +24,0 @@ exports.IosSubmitProfileSchema = joi_1.default.object({

1

build/submit/types.d.ts

@@ -20,2 +20,3 @@ import { Platform } from '@expo/eas-build-job';

applicationId?: string;
rollout?: number;
}

@@ -22,0 +23,0 @@ export declare const AndroidSubmitProfileFieldsToEvaluate: (keyof AndroidSubmitProfile)[];

9

package.json
{
"name": "@expo/eas-json",
"description": "A library for interacting with eas.json",
"version": "3.15.1",
"version": "3.17.0",
"author": "Expo <support@expo.dev>",

@@ -37,6 +37,7 @@ "bugs": "https://github.com/expo/eas-cli/issues",

"build": "tsc --project tsconfig.build.json",
"build-ci": "tsc --project tsconfig.build-ci.json",
"watch": "yarn build --watch --preserveWatchOutput",
"typecheck": "tsc",
"typecheck": "tsc --project tsconfig.build-ci.json",
"prepack": "yarn rebuild",
"rebuild": "rimraf build && yarn build",
"rebuild": "rimraf build && yarn build-ci",
"test": "jest",

@@ -55,3 +56,3 @@ "clean": "rimraf build node_modules yarn-error.log"

},
"gitHead": "44fcbbaf177946722dec7424c7906d44eaebe595"
"gitHead": "2137176a65a04850aafc803b8c936152aeabeb42"
}
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