Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@expo/config-plugins

Package Overview
Dependencies
Maintainers
10
Versions
286
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
55.0.0
to
55.0.1
+2
-2
build/android/Updates.js

@@ -166,4 +166,4 @@ "use strict";

const bsPatchSupport = (0, _Updates().getUpdatesBsdiffPatchSupportEnabled)(config);
if (!bsPatchSupport) {
(0, _Manifest().addMetaDataItemToMainApplication)(mainApplication, Config.BSDIFF_PATCH_SUPPORT, 'false');
if (bsPatchSupport) {
(0, _Manifest().addMetaDataItemToMainApplication)(mainApplication, Config.BSDIFF_PATCH_SUPPORT, 'true');
} else {

@@ -170,0 +170,0 @@ (0, _Manifest().removeMetaDataItemFromMainApplication)(mainApplication, Config.BSDIFF_PATCH_SUPPORT);

@@ -136,3 +136,3 @@ "use strict";

const bsPatchSupport = (0, _Updates().getUpdatesBsdiffPatchSupportEnabled)(config);
if (!bsPatchSupport) {
if (bsPatchSupport) {
newExpoPlist[Config.ENABLE_BSDIFF_PATCH_SUPPORT] = bsPatchSupport;

@@ -139,0 +139,0 @@ } else {

@@ -67,4 +67,4 @@ "use strict";

<!-- These require runtime permissions on M -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
<!-- END OPTIONAL PERMISSIONS -->

@@ -71,0 +71,0 @@

@@ -182,3 +182,3 @@ "use strict";

}
return true;
return false;
}

@@ -185,0 +185,0 @@ function getUpdatesTimeout(config) {

{
"name": "@expo/config-plugins",
"version": "55.0.0",
"version": "55.0.1",
"description": "A library for Expo config plugins",

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

"dependencies": {
"@expo/config-types": "^55.0.0",
"@expo/config-types": "^55.0.1",
"@expo/json-file": "~10.0.9",

@@ -82,3 +82,3 @@ "@expo/plist": "^0.5.0",

},
"gitHead": "aea645dd881bbf8e396d7eff6f5c0b730176f80c"
"gitHead": "c7d6f4a7da3ee23f358d214a57029e534bdc69d6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet