Socket
Socket
Sign inDemoInstall

@react-native-community/cli-doctor

Package Overview
Dependencies
Maintainers
31
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 10.2.0 to 11.0.0-alpha.0

build/tools/healthchecks/ruby.d.ts

2

build/tools/envinfo.js

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

IDEs: ['Xcode', 'Android Studio', 'Visual Studio'],
Managers: ['CocoaPods'],
Managers: ['CocoaPods', 'RubyGems'],
Languages: ['Java'],

@@ -43,0 +43,0 @@ SDKs: ['iOS SDK', 'Android SDK', 'Windows SDK'],

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

const label = 'ANDROID_HOME';
const description = 'Environment variable that points to your Android SDK installation';

@@ -30,2 +31,3 @@ // Force the options for the platform to avoid providing a link

label,
description,
getDiagnostics: async () => ({

@@ -32,0 +34,0 @@ needsToBeFixed: !process.env.ANDROID_HOME

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

var _watchman = _interopRequireDefault(require("./watchman"));
var _ruby = _interopRequireDefault(require("./ruby"));
var _androidHomeEnvVariable = _interopRequireDefault(require("./androidHomeEnvVariable"));

@@ -55,3 +56,3 @@ var _androidStudio = _interopRequireDefault(require("./androidStudio"));

label: 'iOS',
healthchecks: [_xcode.default, _cocoaPods.default, _iosDeploy.default, _xcodeEnv.default]
healthchecks: [_xcode.default, _ruby.default, _cocoaPods.default, _iosDeploy.default, _xcodeEnv.default]
}

@@ -58,0 +59,0 @@ } : {}),

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

label: 'JDK',
description: 'Required to compile Java code',
getDiagnostics: async ({

@@ -23,0 +24,0 @@ Languages

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

label: 'Node.js',
description: 'Required to execute JavaScript code',
getDiagnostics: async ({

@@ -14,0 +15,0 @@ Binaries

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

label: 'yarn',
description: 'Required to install NPM dependencies',
getDiagnostics: async ({

@@ -56,2 +57,3 @@ Binaries

label: 'npm',
description: 'Required to install NPM dependencies',
getDiagnostics: async ({

@@ -58,0 +60,0 @@ Binaries

@@ -5,2 +5,3 @@ declare const _default: {

NPM: string;
RUBY: string;
JAVA: string;

@@ -7,0 +8,0 @@ ANDROID_SDK: string;

@@ -9,5 +9,6 @@ "use strict";

// Common
NODE_JS: '>= 14',
NODE_JS: '>= 16',
YARN: '>= 1.10.x',
NPM: '>= 4.x',
RUBY: '>= 2.7.6',
JAVA: '>= 11',

@@ -14,0 +15,0 @@ // Android

@@ -24,2 +24,3 @@ import type { Ora } from 'ora';

CocoaPods: AvailableInformation;
RubyGems: AvailableInformation;
};

@@ -72,3 +73,3 @@ SDKs: {

isRequired?: boolean;
description?: string;
description: string;
getDiagnostics: (environmentInfo: EnvironmentInfo) => Promise<{

@@ -75,0 +76,0 @@ version?: string;

{
"name": "@react-native-community/cli-doctor",
"version": "10.2.0",
"version": "11.0.0-alpha.0",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-config": "^10.1.1",
"@react-native-community/cli-platform-ios": "^10.2.0",
"@react-native-community/cli-tools": "^10.1.1",
"@react-native-community/cli-config": "^11.0.0-alpha.0",
"@react-native-community/cli-platform-ios": "^11.0.0-alpha.0",
"@react-native-community/cli-tools": "^11.0.0-alpha.0",
"chalk": "^4.1.2",

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

"devDependencies": {
"@react-native-community/cli-types": "^10.0.0",
"@react-native-community/cli-types": "^11.0.0-alpha.0",
"@types/command-exists": "^1.2.0",

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

},
"gitHead": "4cf05191c60b981d0db310cf1b01636fda46482c"
"gitHead": "c5481662257d5fbc18a27b824adfcb087b12f9e8"
}

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

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

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

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

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