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.12 to 12.0.0-alpha.13

3

build/tools/checkInstallation.d.ts
export declare enum PACKAGE_MANAGERS {
YARN = "YARN",
NPM = "NPM"
NPM = "NPM",
BUN = "BUN"
}

@@ -5,0 +6,0 @@ declare const isSoftwareNotInstalled: (command: string) => Promise<boolean>;

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

PACKAGE_MANAGERS["NPM"] = "NPM";
PACKAGE_MANAGERS["BUN"] = "BUN";
})(PACKAGE_MANAGERS || (exports.PACKAGE_MANAGERS = PACKAGE_MANAGERS = {}));

@@ -29,0 +30,0 @@ const isSoftwareNotInstalled = async command => {

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

NPM: string;
BUN: string;
RUBY: string;

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

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

NPM: '>= 4.x',
BUN: '>= 1.0.0',
RUBY: '>= 2.6.10',

@@ -14,0 +15,0 @@ JAVA: '>= 17 <= 20',

@@ -21,2 +21,3 @@ import type { Config } from '@react-native-community/cli-types';

npm: AvailableInformation;
bun: AvailableInformation;
Watchman: AvailableInformation;

@@ -23,0 +24,0 @@ };

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

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

"dependencies": {
"@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",
"@react-native-community/cli-config": "12.0.0-alpha.13",
"@react-native-community/cli-platform-android": "12.0.0-alpha.13",
"@react-native-community/cli-platform-ios": "12.0.0-alpha.13",
"@react-native-community/cli-tools": "12.0.0-alpha.13",
"chalk": "^4.1.2",

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

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

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

},
"gitHead": "0c6372c631cea02e7fc5e12a9141e8cea4bb90ba"
"gitHead": "fc87a75adfa86296da54915525eb0c809f25453e"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc