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 14.0.0-alpha.2 to 14.0.0-alpha.3

build/config/findPbxprojFile.d.ts

3

build/config/findXcodeProject.js

@@ -28,5 +28,7 @@ "use strict";

const ext = _path().default.extname(fileName);
const projectPath = _path().default.dirname(fileName);
if (ext === '.xcworkspace') {
return {
name: fileName,
path: projectPath,
isWorkspace: true

@@ -38,2 +40,3 @@ };

name: fileName,
path: projectPath,
isWorkspace: false

@@ -40,0 +43,0 @@ };

3

build/config/index.js

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

xcodeProject,
automaticPodsInstallation: userConfig.automaticPodsInstallation
automaticPodsInstallation: userConfig.automaticPodsInstallation,
assets: userConfig.assets ?? []
};

@@ -82,0 +83,0 @@ };

@@ -10,2 +10,4 @@ export { getDependencyConfig, getProjectConfig, findPodfilePaths, } from './config';

export { default as installPods } from './tools/installPods';
export { default as findXcodeProject } from './config/findXcodeProject';
export { default as findPbxprojFile } from './config/findPbxprojFile';
//# sourceMappingURL=index.d.ts.map

@@ -24,2 +24,8 @@ "use strict";

});
Object.defineProperty(exports, "findPbxprojFile", {
enumerable: true,
get: function () {
return _findPbxprojFile.default;
}
});
Object.defineProperty(exports, "findPodfilePaths", {

@@ -31,2 +37,8 @@ enumerable: true,

});
Object.defineProperty(exports, "findXcodeProject", {
enumerable: true,
get: function () {
return _findXcodeProject.default;
}
});
Object.defineProperty(exports, "getArchitecture", {

@@ -83,4 +95,6 @@ enumerable: true,

var _installPods = _interopRequireDefault(require("./tools/installPods"));
var _findXcodeProject = _interopRequireDefault(require("./config/findXcodeProject"));
var _findPbxprojFile = _interopRequireDefault(require("./config/findPbxprojFile"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
//# sourceMappingURL=/Users/thymikee/Developer/oss/rncli/packages/cli-platform-apple/build/index.js.map
{
"name": "@react-native-community/cli-platform-apple",
"version": "14.0.0-alpha.2",
"version": "14.0.0-alpha.3",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "14.0.0-alpha.2",
"@react-native-community/cli-tools": "14.0.0-alpha.3",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"fast-glob": "^3.3.2",
"fast-xml-parser": "^4.0.12",
"fast-xml-parser": "^4.2.4",
"ora": "^5.4.1"
},
"devDependencies": {
"@react-native-community/cli-types": "14.0.0-alpha.2",
"@react-native-community/cli-types": "14.0.0-alpha.3",
"@types/lodash": "^4.14.149",

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

},
"gitHead": "61b6be6b86152fa9b6036968a15d7189de04ace8"
"gitHead": "be880b86cdb3f4ea104cf232b95d11f84613321b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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