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.2 to 13.6.3

2

build/config/findManifest.js

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

function findManifest(folder) {
let manifestPaths = _fastGlob().default.sync(_path().default.join('**', 'AndroidManifest.xml'), {
let manifestPaths = _fastGlob().default.sync('**/AndroidManifest.xml', {
cwd: (0, _cliTools().unixifyPaths)(folder),

@@ -41,0 +41,0 @@ ignore: ['node_modules/**', '**/build/**', '**/debug/**', 'Examples/**', 'examples/**', '**/Pods/**', '**/sdks/hermes/android/**', '**/src/androidTest/**', '**/src/test/**']

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

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

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

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

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

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

},
"gitHead": "bc140fb1dc12eee8bf9add724274ef4d4fe16f1d"
"gitHead": "1f588a2f3cf35acbff48f9c39bb4c64f843b3549"
}

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