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

@expo/config-types

Package Overview
Dependencies
Maintainers
26
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 51.0.0-canary-20240328-24ecc5e to 51.0.0-canary-20240404-e2b8743

17

build/ExpoConfig.d.ts

@@ -404,2 +404,19 @@ /**

/**
* Configuration to add to your app's native *.xcprivacy file. [Learn more](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files).
*/
privacyManifests?: {
NSPrivacyAccessedAPITypes?: {
NSPrivacyAccessedAPIType: string;
NSPrivacyAccessedAPITypeReasons: string[];
}[];
NSPrivacyTrackingDomains?: string[];
NSPrivacyTracking?: boolean;
NSPrivacyCollectedDataTypes?: {
NSPrivacyCollectedDataType: string;
NSPrivacyCollectedDataTypeLinked: boolean;
NSPrivacyCollectedDataTypeTracking: boolean;
NSPrivacyCollectedDataTypePurposes: string[];
}[];
};
/**
* An array that contains Associated Domains for the standalone app. [Learn more](https://developer.apple.com/documentation/safariservices/supporting_associated_domains).

@@ -406,0 +423,0 @@ */

6

package.json
{
"name": "@expo/config-types",
"version": "51.0.0-canary-20240328-24ecc5e",
"version": "51.0.0-canary-20240404-e2b8743",
"description": "Types for the Expo config object app.config.ts",

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

"devDependencies": {
"expo-module-scripts": "0.0.1-canary-20240328-24ecc5e",
"expo-module-scripts": "0.0.1-canary-20240404-e2b8743",
"json-schema-to-typescript": "^10.0.0",

@@ -48,3 +48,3 @@ "ts-node": "^10.9.1"

},
"gitHead": "24ecc5e1b36bf606ad1babdc759694d9216e0842"
"gitHead": "e2b87432e666e178e20f9087714e44ef233d66c4"
}
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