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 13.6.8 to 13.6.9

2

build/commands/runAndroid/tryLaunchAppOnDevice.js

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

const applicationIdWithSuffix = [appId || applicationId, appIdSuffix].filter(Boolean).join('.');
const activityToLaunch = mainActivity.startsWith(packageName) ? mainActivity : mainActivity.startsWith('.') ? [packageName, mainActivity].join('') : [packageName, mainActivity].filter(Boolean).join('.');
const activityToLaunch = mainActivity.startsWith(packageName) || !mainActivity.startsWith('.') && mainActivity.includes('.') ? 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": "13.6.8",
"version": "13.6.9",
"license": "MIT",

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

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

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

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

@@ -35,3 +35,3 @@ },

},
"gitHead": "f0109b7ffd069758113d61e1b6a4a64fb795cf46"
"gitHead": "1b334e33e4973b1c0679dd5035e7d2baee9c899c"
}

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