@expo/config-plugins
Advanced tools
@@ -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) { |
+3
-3
| { | ||
| "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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1159567
0.01%Updated