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
24
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 0.22.2 to 0.22.3

1

build/EasJsonSchema.js

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

autoIncrement: joi_1.default.alternatives().try(joi_1.default.boolean(), joi_1.default.string().valid('version', 'buildNumber')),
simulator: joi_1.default.boolean(),
image: joi_1.default.string().valid(...eas_build_job_1.Ios.builderBaseImages),

@@ -46,0 +47,0 @@ bundler: joi_1.default.string().empty(null).custom(semverSchemaCheck),

4

package.json
{
"name": "@expo/eas-json",
"description": "A library for interacting with the eas.json",
"version": "0.22.2",
"version": "0.22.3",
"author": "Expo <support@expo.io>",

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

},
"gitHead": "20b091fbfa45ef52a81b0ec2b885e6c98b71d7a7"
"gitHead": "161808bc37c255fdea6801d69d23dbc725c056c3"
}

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

),
simulator: Joi.boolean(),

@@ -56,0 +57,0 @@ image: Joi.string().valid(...Ios.builderBaseImages),

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