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 2.6.0 to 2.6.2

14

build/commands/runAndroid/index.js

@@ -18,2 +18,12 @@ "use strict";

function _execa() {
const data = _interopRequireDefault(require("execa"));
_execa = function () {
return data;
};
return data;
}
function _child_process() {

@@ -89,3 +99,3 @@ const data = require("child_process");

*/
function runAndroid(argv, config, args) {
async function runAndroid(argv, config, args) {
if (!checkAndroid(args.root)) {

@@ -103,3 +113,3 @@ _cliTools().logger.error('Android project not found. Are you sure this is a React Native project?');

try {
(0, _child_process().execFileSync)(require.resolve('jetifier/bin/jetify'), {
await (0, _execa().default)(require.resolve('jetifier/bin/jetify'), {
stdio: 'inherit'

@@ -106,0 +116,0 @@ });

5

package.json
{
"name": "@react-native-community/cli-platform-android",
"version": "2.6.0",
"version": "2.6.2",
"license": "MIT",

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

"chalk": "^2.4.2",
"execa": "^1.0.0",
"jetifier": "^1.6.2",

@@ -19,3 +20,3 @@ "logkitty": "^0.5.0",

],
"gitHead": "a4b429e02b22ea7ac4396f3603007eef3df45d57"
"gitHead": "d20270987688d5eea7a23a8585981ccff5552735"
}

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