Socket
Socket
Sign inDemoInstall

@react-native-community/cli-platform-ios

Package Overview
Dependencies
6
Maintainers
30
Versions
197
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.3.4 to 12.3.5

2

build/commands/buildIOS/buildProject.js

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

const terminal = 'terminal' in args && typeof args.terminal === 'string' ? args.terminal : '';
const port = 'port' in args && typeof args.port === 'string' ? args.port : '';
const port = 'port' in args && typeof args.port === 'number' ? String(args.port) : '';
return {

@@ -116,0 +116,0 @@ env: {

{
"name": "@react-native-community/cli-platform-ios",
"version": "12.3.4",
"version": "12.3.5",
"license": "MIT",

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

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

@@ -19,3 +19,3 @@ "execa": "^5.0.0",

"devDependencies": {
"@react-native-community/cli-types": "12.3.4",
"@react-native-community/cli-types": "12.3.5",
"@types/glob": "^7.1.1",

@@ -37,3 +37,3 @@ "@types/lodash": "^4.14.149",

},
"gitHead": "41f5c8c4ca9630f42de841cc4cb5fba80e9b8c52"
"gitHead": "730f92aecd67148a57973bf2fb28fa37a248874d"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc