You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
30
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.3.2 to 12.3.3

build/commands/buildIOS/getXcodeProjectAndDir.js

5

build/commands/runIOS/index.js

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

}, {
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.'
}, {

@@ -402,0 +403,0 @@ name: '--udid <string>',

8

package.json
{
"name": "@react-native-community/cli-platform-ios",
"version": "12.3.2",
"version": "12.3.3",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "12.3.2",
"@react-native-community/cli-tools": "12.3.3",
"chalk": "^4.1.2",

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

"devDependencies": {
"@react-native-community/cli-types": "12.3.2",
"@react-native-community/cli-types": "12.3.3",
"@types/glob": "^7.1.1",

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

},
"gitHead": "3624810a96514170bbf0ec5451e0515e30ddc10d"
"gitHead": "6a83eb3d4a49d631e0355d48f66a17a0cf676fa7"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc