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
40
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 5.0.1-alpha.0 to 5.0.1-alpha.1

LICENSE

1

build/android.d.ts

@@ -23,4 +23,5 @@ export interface AndroidProjectConfig {

packageName: string;
buildTypes: string[];
}
export declare type AndroidDependencyParams = Partial<AndroidDependencyConfig>;
//# sourceMappingURL=android.d.ts.map

4

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 InquirerPrompt = any;
export declare type Prompt = any;
export declare type CommandFunction<Args = Object> = (argv: Array<string>, ctx: Config, args: Args) => Promise<void> | void;

@@ -57,3 +57,3 @@ export declare type OptionValue = string | boolean | number;

};
params: InquirerPrompt[];
params: Prompt[];
}

@@ -60,0 +60,0 @@ export declare type ProjectConfig = {

@@ -23,2 +23,3 @@ /**

export interface IOSDependencyParams extends IOSProjectParams {
configurations?: string[];
}

@@ -38,2 +39,3 @@ export interface IOSProjectConfig {

export interface IOSDependencyConfig extends IOSProjectConfig {
configurations: string[];
}

@@ -40,0 +42,0 @@ /**

{
"name": "@react-native-community/cli-types",
"version": "5.0.1-alpha.0",
"version": "5.0.1-alpha.1",
"main": "build",

@@ -16,3 +16,4 @@ "publishConfig": {

"types": "build/index.d.ts",
"license": "MIT"
"license": "MIT",
"gitHead": "675952ded3c2eebbcd040800e0215bb77bab2078"
}
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