Socket
Socket
Sign inDemoInstall

@react-native-community/cli-config

Package Overview
Dependencies
Maintainers
30
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 8.0.0 to 9.0.0-alpha.0

10

build/schema.js

@@ -90,3 +90,6 @@ "use strict";

dependencyConfiguration: _joi().default.string(),
buildTypes: _joi().default.array().items(_joi().default.string()).default([])
buildTypes: _joi().default.array().items(_joi().default.string()).default([]),
libraryName: _joi().default.string().allow(null),
componentDescriptors: _joi().default.array().items(_joi().default.string()).allow(null),
androidMkPath: _joi().default.string().allow(null)
}).default({})

@@ -127,3 +130,6 @@ }).default()

dependencyConfiguration: _joi().default.string(),
buildTypes: _joi().default.array().items(_joi().default.string()).default([])
buildTypes: _joi().default.array().items(_joi().default.string()).default([]),
libraryName: _joi().default.string().allow(null),
componentDescriptors: _joi().default.array().items(_joi().default.string()).allow(null),
androidMkPath: _joi().default.string().allow(null)
}).allow(null)

@@ -130,0 +136,0 @@ })

8

package.json
{
"name": "@react-native-community/cli-config",
"version": "8.0.0",
"version": "9.0.0-alpha.0",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "^8.0.0",
"@react-native-community/cli-tools": "^9.0.0-alpha.0",
"cosmiconfig": "^5.1.0",

@@ -24,3 +24,3 @@ "deepmerge": "^3.2.0",

"devDependencies": {
"@react-native-community/cli-types": "^8.0.0",
"@react-native-community/cli-types": "^9.0.0-alpha.0",
"@types/cosmiconfig": "^5.0.3",

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

},
"gitHead": "810b6a04821e493b39b078e56ae57c704fcc724d"
"gitHead": "c4179d8c0d956fe226d839c85b9887ec3c8c6892"
}

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