Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/package-manager

Package Overview
Dependencies
Maintainers
26
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/package-manager - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

10

build/ios/CocoaPodsPackageManager.js

@@ -6,3 +6,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getImprovedPodInstallError = exports.getPodRepoUpdateMessage = exports.getPodUpdateMessage = exports.CocoaPodsPackageManager = exports.extractMissingDependencyError = exports.CocoaPodsError = void 0;
exports.CocoaPodsPackageManager = exports.CocoaPodsError = void 0;
exports.extractMissingDependencyError = extractMissingDependencyError;
exports.getPodUpdateMessage = getPodUpdateMessage;
exports.getPodRepoUpdateMessage = getPodRepoUpdateMessage;
exports.getImprovedPodInstallError = getImprovedPodInstallError;
const spawn_async_1 = __importDefault(require("@expo/spawn-async"));

@@ -34,3 +38,2 @@ const chalk_1 = __importDefault(require("chalk"));

}
exports.extractMissingDependencyError = extractMissingDependencyError;
class CocoaPodsPackageManager {

@@ -319,3 +322,2 @@ options;

}
exports.getPodUpdateMessage = getPodUpdateMessage;
function getPodRepoUpdateMessage(errorOutput) {

@@ -337,3 +339,2 @@ const warningInfo = extractMissingDependencyError(errorOutput);

}
exports.getPodRepoUpdateMessage = getPodRepoUpdateMessage;
/**

@@ -407,3 +408,2 @@ * Format the CocoaPods CLI install error.

}
exports.getImprovedPodInstallError = getImprovedPodInstallError;
//# sourceMappingURL=CocoaPodsPackageManager.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.createForProject = exports.resolvePackageManager = exports.findWorkspaceRoot = exports.RESOLUTION_ORDER = void 0;
exports.RESOLUTION_ORDER = void 0;
exports.findWorkspaceRoot = findWorkspaceRoot;
exports.resolvePackageManager = resolvePackageManager;
exports.createForProject = createForProject;
const fs_1 = __importDefault(require("fs"));

@@ -39,3 +42,2 @@ const path_1 = __importDefault(require("path"));

}
exports.findWorkspaceRoot = findWorkspaceRoot;
/**

@@ -67,3 +69,2 @@ * Resolve the used node package manager for a project by checking the lockfile.

}
exports.resolvePackageManager = resolvePackageManager;
/**

@@ -100,3 +101,2 @@ * This creates a Node package manager from the provided options.

}
exports.createForProject = createForProject;
//# sourceMappingURL=nodeManagers.js.map

@@ -6,3 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.findPnpmWorkspaceRoot = exports.findYarnOrNpmWorkspaceRoot = exports.BUN_LOCK_FILE = exports.PNPM_WORKSPACE_FILE = exports.PNPM_LOCK_FILE = exports.YARN_LOCK_FILE = exports.NPM_LOCK_FILE = void 0;
exports.BUN_LOCK_FILE = exports.PNPM_WORKSPACE_FILE = exports.PNPM_LOCK_FILE = exports.YARN_LOCK_FILE = exports.NPM_LOCK_FILE = void 0;
exports.findYarnOrNpmWorkspaceRoot = findYarnOrNpmWorkspaceRoot;
exports.findPnpmWorkspaceRoot = findPnpmWorkspaceRoot;
const find_up_1 = require("find-up");

@@ -31,3 +33,2 @@ const find_yarn_workspace_root_1 = __importDefault(require("find-yarn-workspace-root"));

}
exports.findYarnOrNpmWorkspaceRoot = findYarnOrNpmWorkspaceRoot;
/**

@@ -63,3 +64,2 @@ * Find the `pnpm-workspace.yaml` file that represents the root of the monorepo.

}
exports.findPnpmWorkspaceRoot = findPnpmWorkspaceRoot;
//# sourceMappingURL=nodeWorkspaces.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.spawnSudoAsync = exports.createPendingSpawnAsync = void 0;
exports.createPendingSpawnAsync = createPendingSpawnAsync;
exports.spawnSudoAsync = spawnSudoAsync;
const spawn_async_1 = __importDefault(require("@expo/spawn-async"));

@@ -32,3 +33,2 @@ const sudo_prompt_1 = __importDefault(require("sudo-prompt"));

}
exports.createPendingSpawnAsync = createPendingSpawnAsync;
/**

@@ -58,3 +58,2 @@ * Spawn a command with sudo privileges.

}
exports.spawnSudoAsync = spawnSudoAsync;
//# sourceMappingURL=spawn.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getNpmProxy = exports.isYarnOfflineAsync = void 0;
exports.isYarnOfflineAsync = isYarnOfflineAsync;
exports.getNpmProxy = getNpmProxy;
const child_process_1 = require("child_process");

@@ -26,3 +27,2 @@ const dns_1 = __importDefault(require("dns"));

}
exports.isYarnOfflineAsync = isYarnOfflineAsync;
/** Exposed for testing */

@@ -41,3 +41,2 @@ function getNpmProxy() {

}
exports.getNpmProxy = getNpmProxy;
function isUrlAvailableAsync(url) {

@@ -44,0 +43,0 @@ return new Promise((resolve) => {

{
"name": "@expo/package-manager",
"version": "1.4.2",
"version": "1.5.0",
"description": "A library for installing and finding packages in a project",

@@ -40,4 +40,4 @@ "main": "build/index.js",

"dependencies": {
"@expo/json-file": "^8.2.37",
"@expo/spawn-async": "^1.5.0",
"@expo/json-file": "^8.3.0",
"@expo/spawn-async": "^1.7.2",
"ansi-regex": "^5.0.0",

@@ -65,3 +65,3 @@ "chalk": "^4.0.0",

},
"gitHead": "ca014bf2516c7644ef303f4c21fdd68de4d99f76"
"gitHead": "4165b8d72e1b9a1889c2767534cc619e21468110"
}

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

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