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-alpha.0 to 9.0.0-alpha.1

4

build/schema.js

@@ -79,3 +79,3 @@ "use strict";

.object({
scriptPhases: _joi().default.array().items(_joi().default.string()),
scriptPhases: _joi().default.array().items(_joi().default.object()),
configurations: _joi().default.array().items(_joi().default.string()).default([])

@@ -122,3 +122,3 @@ }).default({}),

configurations: _joi().default.array().items(_joi().default.string()).default([]),
scriptPhases: _joi().default.array().items(_joi().default.string()).default([])
scriptPhases: _joi().default.array().items(_joi().default.object()).default([])
}).allow(null),

@@ -125,0 +125,0 @@ android: _joi().default // AndroidDependencyConfig

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

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

},
"gitHead": "c4179d8c0d956fe226d839c85b9887ec3c8c6892"
"gitHead": "9402009aed42439e3f1d4645939df039439a3812"
}

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