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.9 to 2.0.0-alpha.13

native_modules.gradle

4

build/commands/runAndroid/index.js

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

const pathToApk = `${buildDirectory}/${apkFile}`;
const adbArgs = ['-s', device, 'install', '-rd', pathToApk];
const adbArgs = ['-s', device, 'install', '-r', '-d', pathToApk];
_cliTools().logger.info(`Installing the app on the device (cd android && adb -s ${device} install -rd ${pathToApk}`);
_cliTools().logger.info(`Installing the app on the device (cd android && adb -s ${device} install -r -d ${pathToApk}`);

@@ -185,0 +185,0 @@ (0, _child_process().execFileSync)(adbPath, adbArgs, {

{
"name": "@react-native-community/cli-platform-android",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.13",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.0-alpha.8",
"@react-native-community/cli-tools": "^2.0.0-alpha.13",
"logkitty": "^0.4.0",

@@ -13,5 +13,6 @@ "node-fetch": "^2.2.0",

"files": [
"build"
"build",
"native_modules.gradle"
],
"gitHead": "e7eeea4a808ff002108f5ef4d7c79a23c334a642"
"gitHead": "827daa4c1687f8d17eb7df46e1a2ec25640c7797"
}
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