Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
25
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.23 to 2.0.0-rc.0

2

build/commands/logIOS/index.js

@@ -83,3 +83,3 @@ "use strict";

if (device === undefined) {
if (device === null) {
_cliTools().logger.error('No active iOS device found');

@@ -86,0 +86,0 @@

@@ -68,3 +68,3 @@ "use strict";

if (simulator.availability !== '(available)' && simulator.isAvailable !== 'YES') {
if (simulator.availability !== '(available)' && simulator.isAvailable !== 'YES' && simulator.isAvailable !== true) {
continue;

@@ -71,0 +71,0 @@ }

@@ -62,3 +62,3 @@ "use strict";

*
* @format
*
*/

@@ -84,3 +84,3 @@

});
}).filter(file => file) // xcode returns false if file is already there
}).filter(Boolean) // xcode returns false if file is already there
.map(file => file.basename);

@@ -87,0 +87,0 @@ }

{
"name": "@react-native-community/cli-platform-ios",
"version": "2.0.0-alpha.23",
"version": "2.0.0-rc.0",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.0-alpha.23",
"@react-native-community/cli-tools": "^2.0.0-rc.0",
"chalk": "^1.1.1",

@@ -14,3 +14,3 @@ "xcode": "^2.0.0"

],
"gitHead": "7c487fea1e9ba1c11df5e2fac88130066c5af4bb"
"gitHead": "3fcd4bc4dcb7102d171604b70b40fa1b2ee33d66"
}
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