Socket
Socket
Sign inDemoInstall

@expo/config-types

Package Overview
Dependencies
Maintainers
21
Versions
93
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 18.0.0 to 19.0.0

35

build/index.d.ts

@@ -227,2 +227,35 @@ /**

icon?: string;
/**
* List of permissions used by the standalone app. Remove the field to use the default list of permissions.
*
* Example: `[ "CAMERA", "ACCESS_FINE_LOCATION" ]`.
*
* You can specify the following permissions depending on what you need:
*
* - `ACCESS_COARSE_LOCATION`
* - `ACCESS_FINE_LOCATION`
* - `CAMERA`
* - `MANAGE_DOCUMENTS`
* - `READ_CONTACTS`
* - `READ_EXTERNAL_STORAGE`
* - `READ_INTERNAL_STORAGE`
* - `READ_PHONE_STATE`
* - `RECORD_AUDIO`
* - `USE_FINGERPRINT`
* - `VIBRATE`
* - `WAKE_LOCK`
* - `WRITE_EXTERNAL_STORAGE`
* - `com.anddoes.launcher.permission.UPDATE_COUNT`
* - `com.android.launcher.permission.INSTALL_SHORTCUT`
* - `com.google.android.c2dm.permission.RECEIVE`
* - `com.google.android.gms.permission.ACTIVITY_RECOGNITION`
* - `com.google.android.providers.gsf.permission.READ_GSERVICES`
* - `com.htc.launcher.permission.READ_SETTINGS`
* - `com.htc.launcher.permission.UPDATE_SHORTCUT`
* - `com.majeur.launcher.permission.UPDATE_BADGE`
* - `com.sec.android.provider.badge.permission.READ`
* - `com.sec.android.provider.badge.permission.WRITE`
* - `com.sonyericsson.home.permission.BROADCAST_BADGE`
*/
permissions?: any[];
config?: {

@@ -239,3 +272,3 @@ /**

/**
* [Twitter Fabric](https://get.fabric.io/) keys to hook up Crashlytics and other services.
* [Google Developers Fabric](https://get.fabric.io/) keys to hook up Crashlytics and other services.
*/

@@ -242,0 +275,0 @@ fabric?: {

2

package.json
{
"name": "@expo/config-types",
"version": "18.0.0",
"version": "19.0.0",
"description": "Types for the Expo config object app.config.ts",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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