https://github.com/luctst/packages-outdated
Check that all dependencies are up to date 🕵 🕵
https://github.com/luctst/packages-outdated
check-dependencies dependencies node-module nodejs npm npm-dependencies
Last synced: about 2 months ago
JSON representation
Check that all dependencies are up to date 🕵 🕵
- Host: GitHub
- URL: https://github.com/luctst/packages-outdated
- Owner: luctst
- Created: 2019-09-11T21:24:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T12:53:33.000Z (almost 5 years ago)
- Last Synced: 2025-07-20T11:48:33.276Z (11 months ago)
- Topics: check-dependencies, dependencies, node-module, nodejs, npm, npm-dependencies
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
packages-outdated
Check if all your dependencies in all your NodeJs projects are up to date.
[](https://travis-ci.com/luctst/packages-outdated)
[](https://img.shields.io/npm/v/packages-outdated?style=flat-square)
[](https://img.shields.io/bundlephobia/min/packages-outdated)
[](https://david-dm.org/luctst/packages-outdated)
[](https://david-dm.org/luctst/packages-outdated?type=dev)
[](https://github.com/prettier/prettier)
[](https://twitter.com/luctstt)
---
**Content**
* [Features](##features)
* [Usage](##usage)
* [Exemples](##exemples)
* [Contributing](##contributing)
* [Maintainers](##maintainers)
## Features ✨
* Quick overview of outdated packages from different node projects.
* Intuitive ui.
## Usage 💡
Enter this command:
```
npx packages-outdated
```
To get more informations about all commands and flags availables enter:
```
npx packages-outdated --help
```
> **Note** - You need node >= 10.0.0 to run this module.
## Exemples 🖍
I will be using this folder structure:
```shell
├── Users/lucas/dev/
├── chrome-extension/
├── computer-science/
├── get-readme/
├── lucastostee.com/
├── luctst-cli/
...
```
This package only work for now with folder with one subfolder level.
```shell
├── main-folder/
// only work for this level.
├── sub-folder/
├── nodejs-project.
```
## Contributing 🍰
Please make sure to read the [Contributing Guide]() before making a pull request.
Thank you to all the people who already contributed to this project!
## Maintainers 👷
List of maintainers, replace all `href`, `src` attributes by your maintainers datas.
## License ⚖️
MIT
---