Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
34
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-config-android - npm Package Compare versions

Comparing version 15.1.2 to 16.0.0

7

build/config/index.js

@@ -68,7 +68,2 @@ "use strict";

const mainActivity = (0, _getMainActivity.default)(manifestPath || '') ?? '';
// @todo remove for RN 0.75
if (userConfig.unstable_reactLegacyComponentNames) {
_cliTools().logger.warn('The "project.android.unstable_reactLegacyComponentNames" config option is not necessary anymore for React Native 0.74 and does nothing. Please remove it from the "react-native.config.js" file.');
}
return {

@@ -82,4 +77,2 @@ sourceDir,

watchModeCommandParams: userConfig.watchModeCommandParams,
// @todo remove for RN 0.75
unstable_reactLegacyComponentNames: undefined,
assets: userConfig.assets ?? []

@@ -86,0 +79,0 @@ };

8

package.json
{
"name": "@react-native-community/cli-config-android",
"version": "15.1.2",
"version": "16.0.0",
"license": "MIT",

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

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

@@ -23,3 +23,3 @@ "fast-glob": "^3.3.2",

"devDependencies": {
"@react-native-community/cli-types": "15.1.2"
"@react-native-community/cli-types": "16.0.0"
},

@@ -32,3 +32,3 @@ "homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-config-android",

},
"gitHead": "7207ef0ae3cd8e77f5e953fae89b84a1d479d6c3"
"gitHead": "1d30fea289128e3fb663ec243014e469b0892d6b"
}

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