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 9.0.0 to 9.1.0

6

build/schema.js

@@ -93,3 +93,4 @@ "use strict";

componentDescriptors: _joi().default.array().items(_joi().default.string()).allow(null),
androidMkPath: _joi().default.string().allow(null)
androidMkPath: _joi().default.string().allow(null),
cmakeListsPath: _joi().default.string().allow(null)
}).allow(null)

@@ -133,3 +134,4 @@ }).default()

componentDescriptors: _joi().default.array().items(_joi().default.string()).allow(null),
androidMkPath: _joi().default.string().allow(null)
androidMkPath: _joi().default.string().allow(null),
cmakeListsPath: _joi().default.string().allow(null)
}).allow(null)

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

{
"name": "@react-native-community/cli-config",
"version": "9.0.0",
"version": "9.1.0",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "^9.0.0",
"@react-native-community/cli-tools": "^9.1.0",
"cosmiconfig": "^5.1.0",

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

"devDependencies": {
"@react-native-community/cli-types": "^9.0.0",
"@react-native-community/cli-types": "^9.1.0",
"@types/cosmiconfig": "^5.0.3",

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

},
"gitHead": "d61d255cfc4233b90684f4892b2cc6488943a9a6"
"gitHead": "b89e81bdacc338d9350af1d0a8768cd06967036c"
}

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