
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
check-package-manager
Advanced tools
Check that the correct package manager is being used with your project.
To configure the correct package manager, you can use the packageManager
property in your package.json
file or you can specify it in the cli arguments.
:information_source: This package requires Node >= 18
. If you use an older Node version, the cli will exit and print a warning.
npm i check-package-manager -D
:information_source: You can use npx check-package-manager [options]
in your preinstall
script if you don't want to add it as a dependency.
check-package-manager [options] [packageManager]
:information_source: Depending on the package manager being used, the preinstall
script may get invoked after dependencies are installed.
packageManager
(optional) - <package manager name>[@<version>]
--info
- Print info messages
--debug
- Print debug messages
When using corepack:
{
"name": "YOUR-PACKAGE-NAME",
"version": "1.0.0",
"packageManager": "pnpm@7.19.0",
"scripts": {
"preinstall": "npx check-package-manager"
}
}
Specify the package manager name and version yourself:
{
"name": "YOUR-PACKAGE-NAME",
"version": "1.0.0",
"scripts": {
"preinstall": "npx check-package-manager npm@9.2.0"
}
}
Specify only the package manager name:
{
"name": "YOUR-PACKAGE-NAME",
"version": "1.0.0",
"scripts": {
"preinstall": "npx check-package-manager yarn"
}
}
fnm use
corepack enable
pnpm install
pnpm build
FAQs
Check that you're using the correct package manager
We found that check-package-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.