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 13.5.2 to 13.6.0

5

build/schema.js

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

componentDescriptors: _joi().default.array().items(_joi().default.string()).allow(null),
cmakeListsPath: _joi().default.string().allow(null)
cmakeListsPath: _joi().default.string().allow(null),
cxxModuleCMakeListsModuleName: _joi().default.string().allow(null),
cxxModuleCMakeListsPath: _joi().default.string().allow(null),
cxxModuleHeaderName: _joi().default.string().allow(null)
}).allow(null)

@@ -91,0 +94,0 @@ }).default()

8

package.json
{
"name": "@react-native-community/cli-config",
"version": "13.5.2",
"version": "13.6.0",
"license": "MIT",

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

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

@@ -25,3 +25,3 @@ "cosmiconfig": "^5.1.0",

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

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

},
"gitHead": "2602f83860f7f834b38d1a51bcafbae3e89bb40b"
"gitHead": "34a48c7ba592ffd86a9f243ca3bec92de4a83e4b"
}

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