Socket
Socket
Sign inDemoInstall

@react-native-community/cli-platform-android

Package Overview
Dependencies
Maintainers
23
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-platform-android - npm Package Compare versions

Comparing version 2.0.0-alpha.14 to 2.0.0-alpha.15

2

build/commands/logAndroid/index.js

@@ -52,5 +52,5 @@ "use strict";

name: 'log-android',
description: 'starts adb logcat',
description: 'starts logkitty',
func: logAndroid
};
exports.default = _default;

@@ -288,41 +288,41 @@ "use strict";

options: [{
command: '--install-debug'
name: '--install-debug'
}, {
command: '--root [string]',
name: '--root [string]',
description: 'Override the root directory for the android build (which contains the android directory)',
default: ''
}, {
command: '--flavor [string]',
name: '--flavor [string]',
description: '--flavor has been deprecated. Use --variant instead'
}, {
command: '--variant [string]',
name: '--variant [string]',
default: 'debug'
}, {
command: '--appFolder [string]',
name: '--appFolder [string]',
description: 'Specify a different application folder name for the android source. If not, we assume is "app"',
default: 'app'
}, {
command: '--appId [string]',
name: '--appId [string]',
description: 'Specify an applicationId to launch after build.',
default: ''
}, {
command: '--appIdSuffix [string]',
name: '--appIdSuffix [string]',
description: 'Specify an applicationIdSuffix to launch after build.',
default: ''
}, {
command: '--main-activity [string]',
name: '--main-activity [string]',
description: 'Name of the activity to start',
default: 'MainActivity'
}, {
command: '--deviceId [string]',
name: '--deviceId [string]',
description: 'builds your app and starts it on a specific device/simulator with the ' + 'given device id (listed by running "adb devices" on the command line).'
}, {
command: '--no-packager',
name: '--no-packager',
description: 'Do not launch packager while building'
}, {
command: '--port [number]',
name: '--port [number]',
default: process.env.RCT_METRO_PORT || 8081,
parse: val => Number(val)
}, {
command: '--terminal [string]',
name: '--terminal [string]',
description: 'Launches the Metro Bundler in a new window using the specified terminal path.',

@@ -329,0 +329,0 @@ default: _cliTools().getDefaultUserTerminal

{
"name": "@react-native-community/cli-platform-android",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"main": "build/index.js",

@@ -16,3 +16,3 @@ "dependencies": {

],
"gitHead": "513d27bd4c06067819a7f73e26749e2d91e010a3"
"gitHead": "58b9143fc36da72646e5bc79ec56d7ce1d520a60"
}

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