Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/npmedge
Lists packages whose latest available version does not satisfy the specification in package.json.
https://github.com/jakutis/npmedge
Last synced: 6 days ago
JSON representation
Lists packages whose latest available version does not satisfy the specification in package.json.
- Host: GitHub
- URL: https://github.com/jakutis/npmedge
- Owner: jakutis
- License: gpl-3.0
- Created: 2014-02-18T14:24:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T08:34:23.000Z (over 9 years ago)
- Last Synced: 2024-11-14T23:09:46.152Z (2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/npmedge
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# npmedge
Lists packages whose latest available version does not satisfy the specification in package.json.
- [Overview](#overview)
- [Installation](#installation)
- [CLI](#cli)
- [Development](#development)## Overview
* Lists packages whose latest available version does not satisfy the specification in package.json.
* Useful when your package.json contains specific versions of packages and you want to check if the specification is outdated thus discovering new versions.## Installation
Install with [npm](https://www.npmjs.org/package/npmedge):
$ npm install --global npmedge
## CLI
Run `npmedge` in a folder with `package.json` file or specify the path to it - run `npmedge path/to/your/package.json`.
## Development
TODO