Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
6
Maintainers
30
Versions
208
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.0-alpha.1 to 14.0.0-alpha.2

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": "14.0.0-alpha.1",
"version": "14.0.0-alpha.2",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "14.0.0-alpha.1",
"@react-native-community/cli-tools": "14.0.0-alpha.2",
"chalk": "^4.1.2",

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

"devDependencies": {
"@react-native-community/cli-types": "14.0.0-alpha.1",
"@react-native-community/cli-types": "14.0.0-alpha.2",
"@types/fs-extra": "^8.1.0"

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

},
"gitHead": "7c5be732dfbced9da2e9ed5952e22f4ea74562a3"
"gitHead": "61b6be6b86152fa9b6036968a15d7189de04ace8"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc