This package has been deprecated

Author message:

smartupdate has been deprecated in favour of @pushrocks/smartupdate - please upgrade asap!!!

smartupdate
TypeScript icon, indicating that this package has built-in type declarations

1.0.16 • Public • Published

smartupdate

update your tools in a smart way

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

smartupdate makes it really easy to notify your tool users about new versions:

import * as smartupdate from 'smartupdate';
 
// the following command will check npm for a version newer than the specified one.
// It will open the specified URL if a newer version is actually found.
await smartupdate.standardHandler.check(
  'lodash',
  '1.0.5',
  'http://gitzone.gitlab.io/npmts/changelog.html'
);

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer

Readme

Keywords

none

Package Sidebar

Install

npm i smartupdate

Weekly Downloads

8

Version

1.0.16

License

MIT

Unpacked Size

48.9 kB

Total Files

14

Last publish

Collaborators

  • lossless