7.0.0 • Published 5 months ago

update-notifier v7.0.0

Weekly downloads
8,663,715
License
BSD-2-Clause
Repository
github
Last release
5 months ago

update-notifier

Update notifications for your CLI app

npm.io

Inform users of your package of updates in a non-intrusive way.

Contents

Install

npm install update-notifier

Usage

Simple

import updateNotifier from 'update-notifier';
import packageJson from './package.json' assert {type: 'json'};

updateNotifier({pkg: packageJson}).notify();

Comprehensive

import updateNotifier from 'update-notifier';
import packageJson from './package.json' assert {type: 'json'};

// Checks for available update and returns an instance
const notifier = updateNotifier({pkg: packageJson});

// Notify using the built-in convenience method
notifier.notify();

// `notifier.update` contains some useful info about the update
console.log(notifier.update);
/*
{
	latest: '1.0.1',
	current: '1.0.0',
	type: 'patch', // Possible values: latest, major, minor, patch, prerelease, build
	name: 'pageres'
}
*/

Options and custom message

const notifier = updateNotifier({
	pkg,
	updateCheckInterval: 1000 * 60 * 60 * 24 * 7 // 1 week
});

if (notifier.update) {
	console.log(`Update available: ${notifier.update.latest}`);
}

How

Whenever you initiate the update notifier and it's not within the interval threshold, it will asynchronously check with npm in the background for available updates, then persist the result. The next time the notifier is initiated, the result will be loaded into the .update property. This prevents any impact on your package startup performance. The update check is done in a unref'ed child process. This means that if you call process.exit, the check will still be performed in its own process.

The first time the user runs your app, it will check for an update, and even if an update is available, it will wait the specified updateCheckInterval before notifying the user. This is done to not be annoying to the user, but might surprise you as an implementer if you're testing whether it works. Check out example.js to quickly test out update-notifier and see how you can test that it works in your app.

API

notifier = updateNotifier(options)

Checks if there is an available update. Accepts options defined below. Returns an instance with an .update property if there is an available update, otherwise undefined.

options

Type: object

pkg

Type: object

name

Required\ Type: string

version

Required\ Type: string

updateCheckInterval

Type: number\ Default: 1000 * 60 * 60 * 24 (1 day)

How often to check for updates.

shouldNotifyInNpmScript

Type: boolean\ Default: false

Allows notification to be shown when running as an npm script.

distTag

Type: string\ Default: 'latest'

Which dist-tag to use to find the latest version.

notifier.fetchInfo()

Check update information.

Returns an object with:

  • latest (string) - Latest version.
  • current (string) - Current version.
  • type (string) - Type of current update. Possible values: latest, major, minor, patch, prerelease, build.
  • name (string) - Package name.

notifier.notify(options?)

Convenience method to display a notification message. (See screenshot)

Only notifies if there is an update and the process is TTY.

options

Type: object

defer

Type: boolean\ Default: true

Defer showing the notification to after the process has exited.

message

Type: string\ Default: See above screenshot

Message that will be shown when an update is available.

Available placeholders:

  • {packageName} - Package name.
  • {currentVersion} - Current version.
  • {latestVersion} - Latest version.
  • {updateCommand} - Update command.
notifier.notify({message: 'Run `{updateCommand}` to update.'});

// Output:
// Run `npm install update-notifier-tester@1.0.0` to update.
isGlobal

Type: boolean\ Default: Auto-detect

Include the -g argument in the default message's npm i recommendation. You may want to change this if your CLI package can be installed as a dependency of another project, and don't want to recommend a global installation. This option is ignored if you supply your own message (see above).

boxenOptions

Type: object\ Default: {padding: 1, margin: 1, textAlignment: 'center', borderColor: 'yellow', borderStyle: 'round'} (See screenshot)

Options object that will be passed to boxen.

User settings

Users of your module have the ability to opt-out of the update notifier by changing the optOut property to true in ~/.config/configstore/update-notifier-[your-module-name].json. The path is available in notifier.config.path.

Users can also opt-out by setting the environment variable NO_UPDATE_NOTIFIER with any value or by using the --no-update-notifier flag on a per run basis.

The check is also skipped automatically:

  • in CI
  • in unit tests (when the NODE_ENV environment variable is test)

About

The idea for this module came from the desire to apply the browser update strategy to CLI tools, where everyone is always on the latest version. We first tried automatic updating, which we discovered wasn't popular. This is the second iteration of that idea, but limited to just update notifications.

Users

There are a bunch projects using it:

  • npm - Package manager for JavaScript
  • Yeoman - Modern workflows for modern webapps
  • AVA - Simple concurrent test runner
  • XO - JavaScript happiness style linter
  • Node GH - GitHub command line tool

And 2700+ more…

@webcoda/generator-boilerplatev-webpackwordup-clifork-appcenter-cliconfigcopy@pnp/cli-microsoft365@ismay/morpheus-cli@ismay/silkscreen-cli@ismay/synesthesia-cli@ismay/cutout-cli@uukit/scripts@uappkit/cli@cyole/cli@verticon/cli@stoplight/cli@ilya7u/bitbucketarchetype-librarybalena-clibennett-utils@docusaurus/corecoarse-clicommit-cz-fixdbdocs-aml@telusdigital/shippy-cli@travi/cli@knapsack/appeasy-select-rnbennett-free-toolstesting-covid-19-cli-khabubu@loomble/cli@saasxx/cli@thebespokepixel/shoal-nodenative-stream-wa-automatever-tstworkshopper-mocha-boilerplate@bejoistic/gitfeedtestdrived3sidenodersquareboyreact-native-bluetooth2killi8n-react-native-fast-imageyoutube-dl-interactive@bonobolabs/firebase-tools-deploy-parallelism@zenn-dev/zenn-cliahiho-climw-apigee-apiproxymw-apigeeapi@aptoma/amp-cli@antfu/wyg@vaju/generator-ts-npcreate-tap-core-app@nujek/cli@nodea/universul@antfu/wypm@nologis/project.config.utils@nodea/universaladgile-devlipemat-postcss-boilerplatelipemat-js-boilerplatenue-clitest-benchedb-clicorona-indiacovin-cli-indiaharden-cligenerator-ufadotnetvtex3@oopsunome/latest-gitignorereact-tools-cliwegdigital-cliedm00se-urlshelloiamelliot-cli@ahiho/ahiho-cli-2@stelladoradus/hermes-cli@ahiho/ahiho-cligenerator-sails-prototype@cashremit/cr-streamline-iconszermelorooster-cliterminal-alarmxubei-cli@recarnot/firstnode-cligh-openapi-docs-devvtex-boilerplate@shipengine/cli@shipengine/integration-platform-clislush-vtex-boilerplatedivramod-typescript-startergh-openapi-docs-test@vchangal/devkitreinaimou-cli@carltonj2000/cli2qoros-gitmoji-cli@nyadam/tasklinedbsl.apivscode-intl-javascript-plugin-mds@stelladoradus/stella-cliairscanairscan-examplemd4blog@njmaeff/node-gen-cli
7.0.0

5 months ago

6.0.1

2 years ago

6.0.0

2 years ago

6.0.2

2 years ago

5.1.0

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.1.3

3 years ago

4.1.2

3 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.6.0

5 years ago

2.5.0

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.7.0

8 years ago

0.6.3

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago