Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
40
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 5.0.1-alpha.1 to 5.0.1-alpha.2

LICENSE

4

build/commands/runIOS/index.js

@@ -172,4 +172,4 @@ "use strict";

* If provided simulator does not exist, try simulators in following order
* - iPhone 12
* - iPhone 11
* - iPhone X
* - iPhone 8

@@ -179,3 +179,3 @@ */

const fallbackSimulators = ['iPhone 11', 'iPhone X', 'iPhone 8'];
const fallbackSimulators = ['iPhone 12', 'iPhone 11', 'iPhone 8'];
const selectedSimulator = fallbackSimulators.reduce((simulator, fallback) => {

@@ -182,0 +182,0 @@ return simulator || (0, _findMatchingSimulator.default)(simulators, {

{
"name": "@react-native-community/cli-platform-ios",
"version": "5.0.1-alpha.1",
"version": "5.0.1-alpha.2",
"license": "MIT",

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

"native_modules.rb"
]
],
"gitHead": "050531afffd5df947cd610d4f919bd5001d793cb"
}
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