Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
35
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
20.0.2
to
20.1.0
+1
-1
build/config/findAllPodfilePaths.js

@@ -43,2 +43,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/config/findAllPodfilePaths.js.map
//# sourceMappingURL=findAllPodfilePaths.js.map

@@ -21,2 +21,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/config/findPbxprojFile.js.map
//# sourceMappingURL=findPbxprojFile.js.map

@@ -77,2 +77,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/config/findPodfilePath.js.map
//# sourceMappingURL=findPodfilePath.js.map

@@ -41,2 +41,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/config/findPodspec.js.map
//# sourceMappingURL=findPodspec.js.map

@@ -49,2 +49,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/config/findXcodeProject.js.map
//# sourceMappingURL=findXcodeProject.js.map

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

exports.getProjectConfig = exports.getDependencyConfig = exports.findPodfilePaths = void 0;
function _chalk() {
const data = _interopRequireDefault(require("chalk"));
_chalk = function () {
function _path() {
const data = _interopRequireDefault(require("path"));
_path = function () {
return data;

@@ -15,5 +15,5 @@ };

}
function _path() {
const data = _interopRequireDefault(require("path"));
_path = function () {
function _picocolors() {
const data = _interopRequireDefault(require("picocolors"));
_picocolors = function () {
return data;

@@ -100,3 +100,3 @@ };

} catch {
throw new (_cliTools().CLIError)(`Failed to locate package.json file from ${_chalk().default.underline(folder)}. This is most likely issue with your node_modules folder being corrupted. Please force install dependencies and try again`);
throw new (_cliTools().CLIError)(`Failed to locate package.json file from ${_picocolors().default.underline(folder)}. This is most likely issue with your node_modules folder being corrupted. Please force install dependencies and try again`);
}

@@ -114,2 +114,2 @@ return {

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/config/index.js.map
//# sourceMappingURL=index.js.map

@@ -15,2 +15,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/config/supportedPlatforms.js.map
//# sourceMappingURL=supportedPlatforms.js.map

@@ -69,2 +69,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/index.js.map
//# sourceMappingURL=index.js.map

@@ -22,5 +22,5 @@ "use strict";

}
function _chalk() {
const data = _interopRequireDefault(require("chalk"));
_chalk = function () {
function _picocolors() {
const data = _interopRequireDefault(require("picocolors"));
_picocolors = function () {
return data;

@@ -43,3 +43,3 @@ };

try {
loader.start(`Installing CocoaPods dependencies ${_chalk().default.bold((options === null || options === void 0 ? void 0 : options.newArchEnabled) ? 'with New Architecture' : '')} ${_chalk().default.dim('(this may take a few minutes)')}`);
loader.start(`Installing CocoaPods dependencies ${_picocolors().default.bold((options === null || options === void 0 ? void 0 : options.newArchEnabled) ? 'with New Architecture' : '')} ${_picocolors().default.dim('(this may take a few minutes)')}`);
await (0, _pods.execaPod)(['install'], {

@@ -92,3 +92,3 @@ env: {

try {
loader.start(`Updating CocoaPods repositories ${_chalk().default.dim('(this may take a few minutes)')}`);
loader.start(`Updating CocoaPods repositories ${_picocolors().default.dim('(this may take a few minutes)')}`);
await (0, _pods.execaPod)(['repo', 'update']);

@@ -99,3 +99,3 @@ } catch (error) {

loader.fail();
throw new (_cliTools().CLIError)(`Failed to update CocoaPods repositories for iOS project.\nPlease try again manually: "pod repo update".\nCocoaPods documentation: ${_chalk().default.dim.underline('https://cocoapods.org/')}`);
throw new (_cliTools().CLIError)(`Failed to update CocoaPods repositories for iOS project.\nPlease try again manually: "pod repo update".\nCocoaPods documentation: ${_picocolors().default.dim(_picocolors().default.underline('https://cocoapods.org/'))}`);
}

@@ -122,3 +122,3 @@ }

_cliTools().logger.error(error.stderr);
throw new (_cliTools().CLIError)(`An error occured while trying to install CocoaPods, which is required by this template.\nPlease try again manually: sudo gem install cocoapods.\nCocoaPods documentation: ${_chalk().default.dim.underline('https://cocoapods.org/')}`);
throw new (_cliTools().CLIError)(`An error occured while trying to install CocoaPods, which is required by this template.\nPlease try again manually: sudo gem install cocoapods.\nCocoaPods documentation: ${_picocolors().default.dim(_picocolors().default.underline('https://cocoapods.org/'))}`);
}

@@ -161,2 +161,2 @@ }

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/tools/installPods.js.map
//# sourceMappingURL=installPods.js.map

@@ -33,5 +33,5 @@ "use strict";

}
function _chalk() {
const data = _interopRequireDefault(require("chalk"));
_chalk = function () {
function _picocolors() {
const data = _interopRequireDefault(require("picocolors"));
_picocolors = function () {
return data;

@@ -112,3 +112,3 @@ };

loader.fail();
throw new (_cliTools().CLIError)(`Something went wrong while installing CocoaPods. Please run ${_chalk().default.bold('pod install')} manually`, error);
throw new (_cliTools().CLIError)(`Something went wrong while installing CocoaPods. Please run ${_picocolors().default.bold('pod install')} manually`, error);
}

@@ -155,3 +155,3 @@ }

loader.fail();
throw new (_cliTools().CLIError)(`Something went wrong while installing CocoaPods. Please run ${_chalk().default.bold('pod install')} manually`, error);
throw new (_cliTools().CLIError)(`Something went wrong while installing CocoaPods. Please run ${_picocolors().default.bold('pod install')} manually`, error);
}

@@ -188,2 +188,2 @@ }

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/tools/pods.js.map
//# sourceMappingURL=pods.js.map

@@ -38,2 +38,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/tools/runBundleInstall.js.map
//# sourceMappingURL=runBundleInstall.js.map

@@ -41,2 +41,2 @@ "use strict";

//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/tools/runCodegen.js.map
//# sourceMappingURL=runCodegen.js.map
"use strict";
//# sourceMappingURL=/Users/thymikee/Developer/rnccli/packages/cli-config-apple/build/types.js.map
//# sourceMappingURL=types.js.map
{
"name": "@react-native-community/cli-config-apple",
"version": "20.0.2",
"version": "20.1.0",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "20.0.2",
"chalk": "^4.1.2",
"@react-native-community/cli-tools": "20.1.0",
"execa": "^5.0.0",
"fast-glob": "^3.3.2"
"fast-glob": "^3.3.2",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@react-native-community/cli-types": "20.0.2",
"@react-native-community/cli-types": "20.1.0",
"ora": "^5.4.1"

@@ -31,3 +31,3 @@ },

},
"gitHead": "7c8951c9cd536d9688fd14fe39a977cbe3ec91c5"
"gitHead": "24f026e108a6ef9a01c37b6be215361de38ce640"
}

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

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

Sorry, the diff of this file is not supported yet