Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
30
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 12.0.0-alpha.15 to 12.0.0-alpha.16

9

build/commands/runIOS/index.js

@@ -378,2 +378,11 @@ "use strict";

description: 'List all available iOS devices and simulators and let you choose one to run the app. '
}, {
name: '--simulator <string>',
description: 'Explicitly set the simulator to use. Optionally set the iOS version ' + 'between parentheses at the end to match an exact version: ' + '"iPhone 15 (17.0)"'
}, {
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: '--udid <string>',
description: 'Explicitly set the device to use by UDID'
}]

@@ -380,0 +389,0 @@ };

8

package.json
{
"name": "@react-native-community/cli-platform-ios",
"version": "12.0.0-alpha.15",
"version": "12.0.0-alpha.16",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "12.0.0-alpha.15",
"@react-native-community/cli-tools": "12.0.0-alpha.16",
"chalk": "^4.1.2",

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

"devDependencies": {
"@react-native-community/cli-types": "12.0.0-alpha.15",
"@react-native-community/cli-types": "12.0.0-alpha.16",
"@types/glob": "^7.1.1",

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

},
"gitHead": "47edd13fad76b6f5d3a95d5b5be2e55580001efc"
"gitHead": "5832b01347bf0f9c1897716e3d057f1f5048cd2e"
}

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