Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

kpanot/atom-npm-outdated

Repository files navigation

Atom Npm Outdated

Module Atom to keep your package.json up-to-date.

Installation

You can look for the package atom-npm-outdated in the Atom package manager or run the following command:

apm install atom-npm-outdated

Description

Atom Npm Outdated will display an Linter message to the package outdated of your package.json.

Example-check

And will auto-complete your packages version.

Example-complete

Available options

  • Display information: determine if you want to see an information message to the packages with the semver including the latest version but that also allow older version.

  • NPM Client: specify which NPM client to use (npm or yarn)

  • level: restrict warning message (and suggestion) to a specific prerelease version level

  • Check installed package version: The installed package will be inspected to verify that the version satisfy the package.json dependency

  • Cache Refresh Frequency Specify the life time of the package cache