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 11.3.7 to 11.3.8

2

build/commands/runAndroid/listAndroidTasks.js

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

const cmd = process.platform.startsWith('win') ? 'gradlew.bat' : './gradlew';
const out = _execa().default.sync(cmd, ['tasks'], {
const out = _execa().default.sync(cmd, ['tasks', '--group', taskType], {
cwd: sourceDir

@@ -56,0 +56,0 @@ }).stdout;

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

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

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

@@ -24,4 +24,4 @@ "execa": "^5.0.0",

"devDependencies": {
"@react-native-community/cli-plugin-metro": "11.3.7",
"@react-native-community/cli-types": "11.3.7",
"@react-native-community/cli-plugin-metro": "11.3.8",
"@react-native-community/cli-types": "11.3.8",
"@types/fs-extra": "^8.1.0",

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

},
"gitHead": "7a0e1772eb3ff6d8a0c4368893de0ce786f9daae"
"gitHead": "a2bb92163524e405212c447baa3208c8c19749e6"
}

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