Socket
Socket
Sign inDemoInstall

@react-native-community/cli-doctor

Package Overview
Dependencies
Maintainers
30
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-doctor - npm Package Compare versions

Comparing version 9.0.0-alpha.2 to 9.0.0-alpha.3

8

build/tools/healthchecks/androidSDK.js

@@ -114,6 +114,6 @@ "use strict";

// Need a GitHub action to update automatically. See #1180
const cliToolsUrl = 'https://dl.google.com/android/repository/commandlinetools-win-6200805_latest.zip';
const systemImage = 'system-images;android-28;google_apis;x86_64'; // Installing 29 as well so Android Studio does not complain on first boot
const cliToolsUrl = 'https://dl.google.com/android/repository/commandlinetools-win-8512546_latest.zip';
const systemImage = 'system-images;android-31;google_apis;x86_64'; // Installing 29 as well so Android Studio does not complain on first boot
const componentsToInstall = ['platform-tools', 'build-tools;29.0.3', 'platforms;android-29', // Is 28 still needed?
const componentsToInstall = ['platform-tools', 'build-tools;31.0.0', 'platforms;android-31', // Is 28 still needed?
'build-tools;28.0.3', 'platforms;android-28', 'emulator', systemImage, '--licenses' // Accept any pending licenses at the end

@@ -190,3 +190,3 @@ ];

healthcheck: 'Android SDK',
url: 'https://reactnative.dev/docs/getting-started'
url: 'https://reactnative.dev/docs/environment-setup'
});

@@ -193,0 +193,0 @@ }

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

healthcheck: 'JDK',
url: 'https://openjdk.java.net/'
url: 'https://reactnative.dev/docs/environment-setup'
});

@@ -73,0 +73,0 @@ }

@@ -13,5 +13,5 @@ "use strict";

WATCHMAN: '>= 4.x',
JAVA: '1.8.x || >= 9',
JAVA: '>= 11',
// Android
ANDROID_SDK: '>= 26.x',
ANDROID_SDK: '>= 31.x',
ANDROID_NDK: '>= 19.x',

@@ -18,0 +18,0 @@ // iOS

{
"name": "@react-native-community/cli-doctor",
"version": "9.0.0-alpha.2",
"version": "9.0.0-alpha.3",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-config": "^9.0.0-alpha.2",
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.2",
"@react-native-community/cli-tools": "^9.0.0-alpha.0",
"@react-native-community/cli-config": "^9.0.0-alpha.3",
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.3",
"@react-native-community/cli-tools": "^9.0.0-alpha.3",
"chalk": "^4.1.2",

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

},
"gitHead": "61797e4c71a655f613fb9a38d41c73013fea9d60"
"gitHead": "379ca2d095943b498d18dfefb33e88ffc877f698"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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