# Installer npm-check-updates avec Homebrew, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de npm-check-updates pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:npm-check-updates
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install npm-check-updates
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#npm-check-updates
```

  Preuve: nixpkgs package indexes: pkgs/by-name/np/npm-check-updates/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S npm-check-updates
```

  Preuve: Arch Linux sync databases: npm-check-updates from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:npm-check-updates
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/npm-check-updates>
- **Version:** 23.0.1
- **Résumé source:** Find newer versions of dependencies than what your package.json allows
- **Page d'accueil:** <https://github.com/raineorshine/npm-check-updates>
- **Dépôt:** <https://github.com/raineorshine/npm-check-updates>
- **Licence:** Apache-2.0
- **Archive source:** <https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.0.tgz>
- **Dernière mise à jour:** 2026-08-04T00:26:01Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- ncu (cli)
- npm-check-updates (cli)
- ncu (alias)
- npm-check-updates (alias)

## Dépendances

- node

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 23.0.1
- gestionnaire mis à jour: 2026-08-04
- données locales: OK
- dépôt amont: https://github.com/raineorshine/npm-check-updates
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

npm-check-updates, usually invoked as ncu, is a long-running Node.js CLI for finding newer dependency versions than the ranges recorded in package.json and optionally rewriting those ranges. Its GitHub repository and npm registry package were both created on 2013-09-07.

### Historique du projet

The project's core behavior has stayed focused: compare project dependency declarations with registry versions, preserve the user's version-range style where possible, and write the package file only when asked with -u/--upgrade. The README describes support for npm, yarn, pnpm, deno, and bun, plus CLI and module usage.

By 2026 the project had a large option surface for dependency sections, registries, JSON output, workspaces, interactive upgrades, owner-change reporting, and doctor mode. The npm registry metadata consulted for this batch reported 532 published versions and latest version 22.2.9 published on 2026-06-28.

### Historique d'adoption

ncu is a mainstream utility in JavaScript dependency maintenance because it covers a workflow that npm outdated and npm update do not fully replace: reviewing and changing declared ranges in package.json before reinstalling. The GitHub metadata consulted for this batch reported over 10k stars, and the package is available through npm, Homebrew, Nix, and Arch.

npm's public downloads API reported 3,121,600 downloads for npm-check-updates from 2026-05-30 through 2026-06-28 and 31,701,760 downloads from 2025-06-29 through 2026-06-28. Homebrew analytics reported 4,290 formula installs over its 365-day window.

### Modes d'utilisation

Package maintainers use ncu as a review step: run ncu to see available upgrades, inspect changelogs or use output formats such as repo/time/group, then run ncu -u followed by the package manager install command to update the lockfile. Its doctor mode is aimed at the more cautious path: iteratively install upgrades and run tests to isolate breaking updates.

Its practical role is especially visible in projects that do not want an automated bot to make every dependency decision. It gives humans a terse dependency diff, lets them filter by dependency type or package name, and supports alternative package managers while still centering package.json.

### Pourquoi les passionnés de paquets s'y intéressent

npm-check-updates is one of the standard 'dependency hygiene' tools in the Node ecosystem: small enough to use by hand, scriptable enough for CI or release chores, and independent of any one package manager's built-in update semantics.

### Chronologie

- 2013-09-07: GitHub repository and npm package created.
- 2026-06-28: npm registry metadata reports version 22.2.9 published.
- 2026-05-30 to 2026-06-28: npm downloads API reports 3,121,600 downloads.

### Related projects

- npm outdated
- npm update
- Renovate
- Dependabot
- yarn
- pnpm
- bun
- deno

### Sources

- <https://api.github.com/repos/raineorshine/npm-check-updates>
- <https://api.npmjs.org/downloads/point/last-month/npm-check-updates>
- <https://api.npmjs.org/downloads/point/last-year/npm-check-updates>
- <https://formulae.brew.sh/api/formula/npm-check-updates.json>
- <https://github.com/raineorshine/npm-check-updates>
- <https://registry.npmjs.org/npm-check-updates>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour npm-check-updates. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .ncurc, .ncurc.json, .ncurc.yaml, .ncurc.yml, .ncurc.js, .ncurc.mjs, .ncurc.cjs, ~/.ncurc
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** npm-check-updates
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - npm-check-updates: normalized package name match | nixpkgs package indexes: pkgs/by-name/np/npm-check-updates/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - npm-check-updates - 23.0.0-1: normalized package name match | Arch Linux sync databases: npm-check-updates from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Find newer versions of dependencies than what your package.json allows | https://github.com/raineorshine/npm-check-updates


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://pkg.so/fr/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [node](https://pkg.so/fr/brew/node/) - Runtime dependency declared by Homebrew.
- [patch-package](https://pkg.so/fr/brew/patch-package/) - Shares pkgdb curated category or tags: cli, dependencies, developer-tools, nodejs, npm.
- [pnpm](https://pkg.so/fr/brew/pnpm/) - Shares pkgdb curated category or tags: cli, dependencies, developer-tools, nodejs, package-management.
- [corepack](https://pkg.so/fr/brew/corepack/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, npm, package-management.
- [ni](https://pkg.so/fr/brew/ni/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, npm, package-management.
- [nrm](https://pkg.so/fr/brew/nrm/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, npm, package-management.
- [cpm](https://pkg.so/fr/brew/cpm/) - Shares pkgdb curated category or tags: cli, dependencies, developer-tools, package-management.
- [psc-package](https://pkg.so/fr/brew/psc-package/) - Shares pkgdb curated category or tags: cli, dependencies, developer-tools, package-management.
- [orogene](https://pkg.so/fr/brew/orogene/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, package-management.
- [npm-check-updates](https://pkg.so/fr/npm/npm-check-updates/) - Same normalized package name appears in another local ecosystem. Shared terms: allows, check, cli, dependencies, developer.
- [npm-check](https://pkg.so/fr/npm/npm-check/) - Both packages touch the same language runtime or ecosystem. Shared terms: check, cli, dependencies, developer, developer-tools.
- [npm-check-updates](https://pkg.so/fr/npm/npm-check-updates/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/npm-check-updates.yml](https://github.com/mxcl/pkgdb/blob/main/combined/npm-check-updates.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
