Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
23
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.0-alpha.14 to 2.0.0-alpha.15

20

build/commands/runIOS/index.js

@@ -368,34 +368,34 @@ "use strict";

options: [{
command: '--simulator [string]',
name: '--simulator [string]',
description: 'Explicitly set simulator to use. Optionally include iOS version between' + 'parenthesis at the end to match an exact version: "iPhone 6 (10.0)"',
default: 'iPhone X'
}, {
command: '--configuration [string]',
name: '--configuration [string]',
description: 'Explicitly set the scheme configuration to use',
default: 'Debug'
}, {
command: '--scheme [string]',
name: '--scheme [string]',
description: 'Explicitly set Xcode scheme to use'
}, {
command: '--project-path [string]',
name: '--project-path [string]',
description: 'Path relative to project root where the Xcode project ' + '(.xcodeproj) lives.',
default: 'ios'
}, {
command: '--device [string]',
name: '--device [string]',
description: 'Explicitly set device to use by name. The value is not required if you have a single device connected.'
}, {
command: '--udid [string]',
name: '--udid [string]',
description: 'Explicitly set device to use by udid'
}, {
command: '--no-packager',
name: '--no-packager',
description: 'Do not launch packager while building'
}, {
command: '--verbose',
name: '--verbose',
description: 'Do not use xcpretty even if installed'
}, {
command: '--port [number]',
name: '--port [number]',
default: process.env.RCT_METRO_PORT || 8081,
parse: val => Number(val)
}, {
command: '--terminal [string]',
name: '--terminal [string]',
description: 'Launches the Metro Bundler in a new window using the specified terminal path.',

@@ -402,0 +402,0 @@ default: _cliTools().getDefaultUserTerminal

{
"name": "@react-native-community/cli-platform-ios",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"main": "build/index.js",

@@ -14,3 +14,3 @@ "dependencies": {

],
"gitHead": "513d27bd4c06067819a7f73e26749e2d91e010a3"
"gitHead": "58b9143fc36da72646e5bc79ec56d7ce1d520a60"
}
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