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 12.2.0 to 12.2.1

build/tools/healthchecks/gradle.d.ts

3

build/tools/healthchecks/index.js

@@ -29,2 +29,3 @@ "use strict";

var _packager = _interopRequireDefault(require("./packager"));
var _gradle = _interopRequireDefault(require("./gradle"));
function _deepmerge() {

@@ -91,3 +92,3 @@ const data = _interopRequireDefault(require("deepmerge"));

label: 'Android',
healthchecks: [_adb.default, _jdk.default, _androidStudio.default, _androidHomeEnvVariable.default, ...(contributor ? [_androidNDK.default] : [])]
healthchecks: [_adb.default, _jdk.default, _androidStudio.default, _androidHomeEnvVariable.default, _gradle.default, ...(contributor ? [_androidNDK.default] : [])]
},

@@ -94,0 +95,0 @@ ...(process.platform === 'darwin' ? {

{
"name": "@react-native-community/cli-doctor",
"version": "12.2.0",
"version": "12.2.1",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-config": "12.2.0",
"@react-native-community/cli-platform-android": "12.2.0",
"@react-native-community/cli-platform-ios": "12.2.0",
"@react-native-community/cli-tools": "12.2.0",
"@react-native-community/cli-config": "12.2.1",
"@react-native-community/cli-platform-android": "12.2.1",
"@react-native-community/cli-platform-ios": "12.2.1",
"@react-native-community/cli-tools": "12.2.1",
"chalk": "^4.1.2",

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

"devDependencies": {
"@react-native-community/cli-types": "12.2.0",
"@react-native-community/cli-types": "12.2.1",
"@types/command-exists": "^1.2.0",

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

},
"gitHead": "f30a010c3036b04f2bd5430a27586472466082a8"
"gitHead": "d4039699f807e9bc3482a3b033ce023e6a5e0d7d"
}

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