Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
30
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 13.6.1 to 13.6.2

2

build/commands/runCommand/getBuildPath.js

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

if (isCatalyst) {
return _path().default.join(targetBuildDir, '-maccatalyst', executableFolderPath);
return _path().default.join(`${targetBuildDir}-maccatalyst`, executableFolderPath);
} else if (platform === 'macos') {

@@ -39,0 +39,0 @@ return _path().default.join(targetBuildDir, fullProductName);

{
"name": "@react-native-community/cli-platform-apple",
"version": "13.6.1",
"version": "13.6.2",
"license": "MIT",

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

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

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

"devDependencies": {
"@react-native-community/cli-types": "13.6.1",
"@react-native-community/cli-types": "13.6.2",
"@types/lodash": "^4.14.149",

@@ -35,3 +35,3 @@ "hasbin": "^1.2.3"

},
"gitHead": "54d48a4e08a1aef334ae6168788e0157a666b4f5"
"gitHead": "bc140fb1dc12eee8bf9add724274ef4d4fe16f1d"
}

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