Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/eas-json

Package Overview
Dependencies
Maintainers
0
Versions
155
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 10.2.2 to 10.2.3

1

build/build/schema.js

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

withoutCredentials: joi_1.default.boolean(),
environment: joi_1.default.string().valid('preview', 'production', 'development'),
});

@@ -62,0 +63,0 @@ const PlatformBuildProfileSchema = CommonBuildProfileSchema.concat(joi_1.default.object({

@@ -47,2 +47,3 @@ import { Android, Cache, Ios, Platform } from '@expo/eas-build-job';

withoutCredentials?: boolean;
environment?: 'preview' | 'production' | 'development';
}

@@ -49,0 +50,0 @@ interface PlatformBuildProfile extends Omit<CommonBuildProfile, 'autoIncrement'> {

4

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

@@ -56,3 +56,3 @@ "bugs": "https://github.com/expo/eas-cli/issues",

},
"gitHead": "52ab2d5792ff7bc0a31d23fe0ee10132a4e506db"
"gitHead": "3c58bd4515b134d44cf4a6e73f3545463695006f"
}
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