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 6.0.1 to 6.0.2

2

build/ios/Target.d.ts

@@ -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 @@ };

4

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

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

},
"gitHead": "d7ecf4eaf234d2f1100249a2c893a948d47376aa"
"gitHead": "42a945294457dc62d314e3ea427d57e88f668e7e"
}

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