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.22 to 2.0.0-alpha.23

6

build/commands/runIOS/index.js

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

}));
} catch (e) {
throw new (_cliTools().CLIError)('Could not parse the simulator list output');
} catch (error) {
throw new (_cliTools().CLIError)('Could not parse the simulator list output', error);
}

@@ -137,3 +137,3 @@

if (!selectedSimulator) {
throw new (_cliTools().CLIError)(`Could not find ${args.simulator} simulator`);
throw new (_cliTools().CLIError)(`Could not find "${args.simulator}" simulator`);
}

@@ -140,0 +140,0 @@ /**

@@ -71,10 +71,10 @@ "use strict";

if (firstTargetLined === null) {
throw new (_cliTools().CLIError)((0, _cliTools().inlineString)(`
We couldn't find a target to add a CocoaPods dependency.
Make sure that you have a "${_chalk().default.dim(`target '${projectName.replace('.xcodeproj', '')}' do`)}" line in your Podfile.
Alternatively, include "${_chalk().default.dim(_findMarkedLinesInPodfile.MARKER_TEXT)}" in a Podfile where we should add
linked dependencies.
`));
throw new (_cliTools().CLIError)(`
We couldn't find a target to add a CocoaPods dependency.
Make sure that you have a "${_chalk().default.dim(`target '${projectName.replace('.xcodeproj', '')}' do`)}" line in your Podfile.
Alternatively, include "${_chalk().default.dim(_findMarkedLinesInPodfile.MARKER_TEXT)}" in a Podfile where we should add
linked dependencies.
`);
}

@@ -81,0 +81,0 @@

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

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

],
"gitHead": "24babd6c5d8caefef660615974d8f41ebc9e1feb"
"gitHead": "7c487fea1e9ba1c11df5e2fac88130066c5af4bb"
}
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