Socket
Socket
Sign inDemoInstall

@react-native-community/cli-platform-apple

Package Overview
Dependencies
Maintainers
30
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-platform-apple - npm Package Compare versions

Comparing version 13.5.1-alpha.0 to 13.5.1

5

build/commands/runCommand/runOptions.js

@@ -47,4 +47,5 @@ "use strict";

}, !isMac && {
name: '--device <string>',
description: 'Explicitly set the device to use by name. The value is not required ' + 'if you have a single device connected.'
name: '--device [string]',
// here we're intentionally using [] over <> to make passed value optional to allow users to run only on physical devices
description: 'Explicitly set the device to use by name. If the value is not provided,' + 'the app will run on the first available physical device.'
}, ...(0, _buildOptions.getBuildOptions)({

@@ -51,0 +52,0 @@ platformName

@@ -70,2 +70,7 @@ "use strict";

const xcodeProject = (0, _findXcodeProject.default)(_fs().default.readdirSync(sourceDir));
// @ts-ignore @todo remove for RN 0.75
if (userConfig.unstable_reactLegacyComponentNames) {
_cliTools().logger.warn('The "project.ios.unstable_reactLegacyComponentNames" config option is not necessary anymore for React Native 0.74 and does nothing. Please remove it from the "react-native.config.js" file.');
}
return {

@@ -72,0 +77,0 @@ sourceDir,

8

package.json
{
"name": "@react-native-community/cli-platform-apple",
"version": "13.5.1-alpha.0",
"version": "13.5.1",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "13.5.1-alpha.0",
"@react-native-community/cli-tools": "13.5.1",
"chalk": "^4.1.2",

@@ -19,3 +19,3 @@ "execa": "^5.0.0",

"devDependencies": {
"@react-native-community/cli-types": "13.5.1-alpha.0",
"@react-native-community/cli-types": "13.5.1",
"@types/glob": "^7.1.1",

@@ -36,3 +36,3 @@ "@types/lodash": "^4.14.149",

},
"gitHead": "f50cc16bce038808680f55c10d659b94215f1a71"
"gitHead": "f9d8a74b76995ad92d5a0fa78f09a0b8dc44fbfe"
}

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