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.3 to 13.6.4

2

build/config/index.js

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

const cxxModuleHeaderName = userConfig.cxxModuleHeaderName || null;
let cxxModuleCMakeListsPath = userConfig.cxxModuleCMakeListsPath || null;
let cxxModuleCMakeListsPath = userConfig.cxxModuleCMakeListsPath ? _path().default.join(sourceDir, userConfig.cxxModuleCMakeListsPath) : null;
if (process.platform === 'win32') {

@@ -142,0 +142,0 @@ cmakeListsPath = cmakeListsPath.replace(/\\/g, '/');

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

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

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

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

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

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

},
"gitHead": "1f588a2f3cf35acbff48f9c39bb4c64f843b3549"
"gitHead": "a31b57ec24073420cef566c8bff2c6ae3e87c14f"
}

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