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

@expo/config-plugins

Package Overview
Dependencies
Maintainers
22
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.0.0 to 7.1.0

3

build/android/Updates.js

@@ -75,3 +75,4 @@ "use strict";

const CREATE_MANIFEST_ANDROID_PATH = 'expo-updates/scripts/create-manifest-android.gradle';
let Config;
let Config; // when making changes to this config plugin, ensure the same changes are also made in eas-cli and build-tools
// Also ensure the docs are up-to-date: https://docs.expo.dev/bare/installing-updates/
exports.Config = Config;

@@ -78,0 +79,0 @@ (function (Config) {

@@ -9,2 +9,3 @@ import { PBXNativeTarget, XCBuildConfiguration, XcodeProject } from 'xcode';

STICKER_PACK_EXTENSION = "com.apple.product-type.app-extension.messages-sticker-pack",
FRAMEWORK = "com.apple.product-type.framework",
OTHER = "other"

@@ -15,2 +16,3 @@ }

type: TargetType;
signable: boolean;
dependencies?: Target[];

@@ -17,0 +19,0 @@ }

@@ -43,2 +43,3 @@ "use strict";

TargetType["STICKER_PACK_EXTENSION"] = "com.apple.product-type.app-extension.messages-sticker-pack";
TargetType["FRAMEWORK"] = "com.apple.product-type.framework";
TargetType["OTHER"] = "other";

@@ -65,2 +66,3 @@ })(TargetType || (exports.TargetType = TargetType = {}));

type: TargetType.APPLICATION,
signable: true,
dependencies

@@ -73,2 +75,3 @@ };

}
const nonSignableTargetTypes = [TargetType.FRAMEWORK];
return parentTarget.dependencies.map(({

@@ -85,2 +88,3 @@ value

type,
signable: !nonSignableTargetTypes.some(signableTargetType => isTargetOfType(target, signableTargetType)),
dependencies: getTargetDependencies(project, target)

@@ -87,0 +91,0 @@ };

@@ -48,3 +48,4 @@ "use strict";

const CREATE_MANIFEST_IOS_PATH = 'expo-updates/scripts/create-manifest-ios.sh';
let Config;
let Config; // when making changes to this config plugin, ensure the same changes are also made in eas-cli and build-tools
// Also ensure the docs are up-to-date: https://docs.expo.dev/bare/installing-updates/
exports.Config = Config;

@@ -51,0 +52,0 @@ (function (Config) {

@@ -139,3 +139,4 @@ "use strict";

UIViewControllerBasedStatusBarAppearance: false,
UIStatusBarStyle: 'UIStatusBarStyleDefault'
UIStatusBarStyle: 'UIStatusBarStyleDefault',
CADisableMinimumFrameDurationOnPhone: true
};

@@ -142,0 +143,0 @@ }

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

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

},
"gitHead": "b8be1f6c8dc273698908751db0555049866d899b"
"gitHead": "66d0501185956602c144a03a891bdb34d3c03910"
}

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

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