Socket
Socket
Sign inDemoInstall

@react-native-community/cli-doctor

Package Overview
Dependencies
18
Maintainers
30
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0-alpha.11 to 12.0.0-alpha.12

4

build/tools/healthchecks/packager.js

@@ -60,7 +60,7 @@ "use strict";

return (0, _common.logManualInstallation)({
message: 'Could not start the bundler. Please run "react-native start" command manually.'
message: 'Could not start the bundler. Please run "npx react-native start" command manually.'
});
} catch (error) {
return (0, _common.logManualInstallation)({
message: 'Could not start the bundler. Please run "react-native start" command manually.'
message: 'Could not start the bundler. Please run "npx react-native start" command manually.'
});

@@ -67,0 +67,0 @@ }

{
"name": "@react-native-community/cli-doctor",
"version": "12.0.0-alpha.11",
"version": "12.0.0-alpha.12",
"license": "MIT",

@@ -11,6 +11,6 @@ "main": "build/index.js",

"dependencies": {
"@react-native-community/cli-config": "12.0.0-alpha.11",
"@react-native-community/cli-platform-android": "12.0.0-alpha.11",
"@react-native-community/cli-platform-ios": "12.0.0-alpha.11",
"@react-native-community/cli-tools": "12.0.0-alpha.11",
"@react-native-community/cli-config": "12.0.0-alpha.12",
"@react-native-community/cli-platform-android": "12.0.0-alpha.12",
"@react-native-community/cli-platform-ios": "12.0.0-alpha.12",
"@react-native-community/cli-tools": "12.0.0-alpha.12",
"chalk": "^4.1.2",

@@ -37,3 +37,3 @@ "command-exists": "^1.2.8",

"devDependencies": {
"@react-native-community/cli-types": "12.0.0-alpha.11",
"@react-native-community/cli-types": "12.0.0-alpha.12",
"@types/command-exists": "^1.2.0",

@@ -52,3 +52,3 @@ "@types/envinfo": "^7.8.1",

},
"gitHead": "079150994170816bb332293d3dd118e997651541"
"gitHead": "0c6372c631cea02e7fc5e12a9141e8cea4bb90ba"
}

@@ -18,3 +18,3 @@ # @react-native-community/cli-doctor

```sh
react-native doctor
npx react-native doctor
```

@@ -29,5 +29,5 @@

```sh
react-native info
npx react-native info
```
Get relevant version info about OS, toolchain and libraries. Useful when sending bug reports.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc