Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-community/cli-types

Package Overview
Dependencies
Maintainers
41
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.0.0 to 7.0.0

build/android.d.ts.map

82

build/index.d.ts
import { IOSProjectConfig, IOSProjectParams, IOSDependencyConfig, IOSDependencyParams, IOSNativeModulesConfig } from './ios';
import { AndroidProjectConfig, AndroidProjectParams, AndroidDependencyConfig, AndroidDependencyParams } from './android';
import { Ora } from 'ora';
export declare type Prompt = any;

@@ -64,79 +63,2 @@ export declare type CommandFunction<Args = Object> = (argv: Array<string>, ctx: Config, args: Args) => Promise<void> | void;

};
export declare type NotFound = 'Not Found';
declare type AvailableInformation = {
version: string;
path: string;
};
declare type Information = AvailableInformation | NotFound;
export declare type EnvironmentInfo = {
System: {
OS: string;
CPU: string;
Memory: string;
Shell: AvailableInformation;
};
Binaries: {
Node: AvailableInformation;
Yarn: AvailableInformation;
npm: AvailableInformation;
Watchman: AvailableInformation;
};
SDKs: {
'iOS SDK': {
Platforms: string[];
};
'Android SDK': {
'API Levels': string[] | NotFound;
'Build Tools': string[] | NotFound;
'System Images': string[] | NotFound;
'Android NDK': string | NotFound;
} | NotFound;
};
IDEs: {
'Android Studio': AvailableInformation | NotFound;
Emacs: AvailableInformation;
Nano: AvailableInformation;
VSCode: AvailableInformation;
Vim: AvailableInformation;
Xcode: AvailableInformation;
};
Languages: {
Java: Information;
};
};
export declare type HealthCheckCategory = {
label: string;
healthchecks: HealthCheckInterface[];
};
export declare type Healthchecks = {
common: HealthCheckCategory;
android: HealthCheckCategory;
ios?: HealthCheckCategory;
};
export declare type RunAutomaticFix = (args: {
loader: Ora;
logManualInstallation: ({ healthcheck, url, command, message, }: {
healthcheck?: string;
url?: string;
command?: string;
message?: string;
}) => void;
environmentInfo: EnvironmentInfo;
}) => Promise<void> | void;
export declare type HealthCheckInterface = {
label: string;
visible?: boolean | void;
isRequired?: boolean;
description?: string;
getDiagnostics: (environmentInfo: EnvironmentInfo) => Promise<{
version?: string;
versions?: [string];
versionRange?: string;
needsToBeFixed: boolean | string;
}>;
win32AutomaticFix?: RunAutomaticFix;
darwinAutomaticFix?: RunAutomaticFix;
linuxAutomaticFix?: RunAutomaticFix;
runAutomaticFix: RunAutomaticFix;
};
/**

@@ -166,3 +88,3 @@ * @property root - Root where the configuration has been resolved from

commands: Command[];
healthChecks: HealthCheckCategory[];
healthChecks: [];
}

@@ -185,3 +107,3 @@ /**

platforms: Config['platforms'];
healthChecks: HealthCheckCategory[];
healthChecks: [];
};

@@ -188,0 +110,0 @@ export { IOSProjectConfig, IOSProjectParams, IOSDependencyConfig, IOSDependencyParams, IOSNativeModulesConfig, };

{
"name": "@react-native-community/cli-types",
"version": "6.0.0",
"version": "7.0.0",
"main": "build",

@@ -8,5 +8,2 @@ "publishConfig": {

},
"dependencies": {
"ora": "^3.4.0"
},
"files": [

@@ -24,3 +21,3 @@ "build",

},
"gitHead": "47aed081b4cbea02d4cc7f12d4fec732ee85b2a4"
"gitHead": "fcb746c46e6dc05225a26ab132ab380c841c849f"
}
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