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

@expo/config-plugins

Package Overview
Dependencies
Maintainers
24
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config-plugins - npm Package Compare versions

Comparing version 7.5.0 to 7.6.0

15

build/android/Manifest.d.ts

@@ -112,5 +112,20 @@ export type StringBoolean = 'true' | 'false';

'uses-feature'?: ManifestUsesFeature[];
queries: ManifestQuery[];
application?: ManifestApplication[];
};
};
type ManifestQueryIntent = Omit<ManifestIntentFilter, '$'>;
export type ManifestQuery = {
package: {
$: {
'android:name': string;
};
}[];
intent?: ManifestQueryIntent[];
provider?: {
$: {
'android:authorities': string;
};
};
};
export declare function writeAndroidManifestAsync(manifestPath: string, androidManifest: AndroidManifest): Promise<void>;

@@ -117,0 +132,0 @@ export declare function readAndroidManifestAsync(manifestPath: string): Promise<AndroidManifest>;

6

package.json
{
"name": "@expo/config-plugins",
"version": "7.5.0",
"version": "7.6.0",
"description": "A library for Expo config plugins",

@@ -36,3 +36,3 @@ "main": "build/index.js",

"@expo/config-types": "^50.0.0-alpha.1",
"@expo/fingerprint": "^0.2.0",
"@expo/fingerprint": "^0.4.0",
"@expo/json-file": "~8.2.37",

@@ -61,3 +61,3 @@ "@expo/plist": "^0.0.20",

},
"gitHead": "ee2c866ba3c7fbc35ff2a3e896041cf15d3bd7c5"
"gitHead": "ee7897097f5f946ad7fcb94447eed789b984dd02"
}

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