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 50.0.0 to 50.0.1

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 @@ */

4

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

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

},
"gitHead": "2763e9cc6f2317b40da73382fe2595f8deebff46"
"gitHead": "88a8226609b870c0635c39da43ac8306c4dc7031"
}
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