Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
30
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 12.3.3 to 12.3.4

2

build/commands/runAndroid/tryLaunchAppOnDevice.js

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

const applicationIdWithSuffix = [appId || applicationId, appIdSuffix].filter(Boolean).join('.');
const activityToLaunch = mainActivity.includes('.') ? [packageName, mainActivity].join('') : [packageName, mainActivity].filter(Boolean).join('.');
const activityToLaunch = mainActivity.startsWith(packageName) ? mainActivity : mainActivity.startsWith('.') ? [packageName, mainActivity].join('') : [packageName, mainActivity].filter(Boolean).join('.');
try {

@@ -44,0 +44,0 @@ // Here we're using the same flags as Android Studio to launch the app

{
"name": "@react-native-community/cli-platform-android",
"version": "12.3.3",
"version": "12.3.4",
"license": "MIT",

@@ -10,3 +10,3 @@ "main": "build/index.js",

"dependencies": {
"@react-native-community/cli-tools": "12.3.3",
"@react-native-community/cli-tools": "12.3.4",
"chalk": "^4.1.2",

@@ -25,3 +25,3 @@ "execa": "^5.0.0",

"devDependencies": {
"@react-native-community/cli-types": "12.3.3",
"@react-native-community/cli-types": "12.3.4",
"@types/fs-extra": "^8.1.0",

@@ -36,3 +36,3 @@ "@types/glob": "^7.1.1"

},
"gitHead": "6a83eb3d4a49d631e0355d48f66a17a0cf676fa7"
"gitHead": "41f5c8c4ca9630f42de841cc4cb5fba80e9b8c52"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc