Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
31
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-platform-ios - npm Package Compare versions

Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7

2

build/link/warnAboutPodInstall.js

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

const dependency = config.dependencies[depName].platforms.ios;
return dependency ? _path().default.basename(dependency.podspecPath).replace(/\.podspec/, '') : '';
return dependency && dependency.podspecPath ? _path().default.basename(dependency.podspecPath).replace(/\.podspec/, '') : '';
}).filter(Boolean);

@@ -49,0 +49,0 @@ const missingPods = podDeps.filter(podDep => !podLockDeps.includes(podDep));

{
"name": "@react-native-community/cli-platform-ios",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "^3.0.0-alpha.6",
"@react-native-community/cli-tools": "^3.0.0-alpha.7",
"chalk": "^2.4.2",

@@ -17,3 +17,3 @@ "js-yaml": "^3.13.1",

"devDependencies": {
"@react-native-community/cli-types": "^3.0.0-alpha.6",
"@react-native-community/cli-types": "^3.0.0-alpha.7",
"@types/js-yaml": "^3.12.1",

@@ -26,3 +26,3 @@ "@types/plist": "^3.0.2"

],
"gitHead": "d89534d820142ee28a4995a507d8934c2aa96941"
"gitHead": "2fa7e1f9ce40dfd9f5a5c780487c9ee467811fa7"
}
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