Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
30
Versions
219
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.5 to 11.3.6

4

build/commands/runAndroid/runOnAllDevices.js

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

const stderr = (error.stderr || '').toString();
let message = error.message ?? '';
let message = '';
// Pass the error message from the command to stdout because we pipe it to

@@ -113,3 +113,3 @@ // parent process so it's not visible

}
return new (_cliTools().CLIError)(`Failed to install the app. ${message}`, message.length > 0 ? undefined : error);
return new (_cliTools().CLIError)(`Failed to install the app.${message ? ' ' + message : ''}`, error.message.length > 0 ? undefined : error);
}

@@ -116,0 +116,0 @@ var _default = runOnAllDevices;

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

cwd: folder,
ignore: ['node_modules/**', '**/build/**', '**/debug/**', 'Examples/**', 'examples/**']
ignore: ['node_modules/**', '**/build/**', '**/debug/**', 'Examples/**', 'examples/**', '**/Pods/**', '**/sdks/hermes/android/**']
})[0];

@@ -36,0 +36,0 @@ return manifestPath ? _path().default.join(folder, manifestPath) : null;

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

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

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

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

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

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

},
"gitHead": "474094dbcd507522b5dec026553289b7f812212e"
"gitHead": "ae61a11bda5d5c1b495f7bf5745123d8df8ffaef"
}

Sorry, the diff of this file is not supported yet

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