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.0 to 12.3.1

3

build/commands/runAndroid/index.js

@@ -96,3 +96,4 @@ "use strict";

if (startPackager) {
await (0, _cliTools().startServerInNewWindow)(newPort, config.root, config.reactNativePath, args.terminal);
// Awaiting this causes the CLI to hang indefinitely, so this must execute without await.
(0, _cliTools().startServerInNewWindow)(newPort, config.root, config.reactNativePath, args.terminal);
}

@@ -99,0 +100,0 @@ }

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

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

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

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

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

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

},
"gitHead": "ba9438a40b7358d266b578bc2d2430961268690d"
"gitHead": "610ddf4d2d4aac85a5259fd40f6e629358dd970c"
}

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