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

@expo/config-types

Package Overview
Dependencies
Maintainers
27
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-types - npm Package Compare versions

Comparing version 52.0.0-preview.3 to 52.0.0-preview.4

10

build/ExpoConfig.d.ts

@@ -469,3 +469,3 @@ /**

/**
* A boolean indicating if the app uses Push Notifications Broadcast option for Push Notifications capability should be enabled by EAS CLI during capability syncing.
* A boolean indicating if the app uses Push Notifications Broadcast option for Push Notifications capability. If true, EAS CLI will use the value during capability syncing. If EAS CLI is not used, this configuration will not have any effect unless another tool is used to operate on it, so enable the capability manually on the Apple Developer Portal in that case.
*/

@@ -541,11 +541,11 @@ usesBroadcastPushNotifications?: boolean;

/**
* The icon that will appear when neither dark nor tinted icons are used, or if they are not provided.
* The light icon. It will appear when neither dark nor tinted icons are used, or if they are not provided.
*/
any?: string;
light?: string;
/**
* The icon that will appear for the app when the user's system appearance is dark. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information.
* The dark icon. It will appear for the app when the user's system appearance is dark. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information.
*/
dark?: string;
/**
* The icon that will appear for the app when the user's system appearance is tinted. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information.
* The tinted icon. It will appear for the app when the user's system appearance is tinted. See Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/app-icons#iOS-iPadOS) for more information.
*/

@@ -552,0 +552,0 @@ tinted?: string;

{
"name": "@expo/config-types",
"version": "52.0.0-preview.3",
"version": "52.0.0-preview.4",
"description": "Types for the Expo config object app.config.ts",

@@ -47,3 +47,3 @@ "types": "build/ExpoConfig.d.ts",

},
"gitHead": "a64603dce90981bf7688657f87dfa4be3e24f58b"
"gitHead": "f63a767fe408dec95f810b576d2a8f555716d242"
}
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