Skip to content

ronkorving/is-node-maintained

Repository files navigation

is-node-maintained

Checks if a given Node.js version is still maintained.

Installation

npm install is-node-maintained --save

Usage

const isNodeMaintained = require('is-node-maintained');

console.log(isNodeMaintained('8.1'));

Outputs:

true

You can pass any valid semver-range. If the range includes any unmaintained version of Node.js, it will return false.

License

MIT

About

Checks if a given Node.js version is still maintained

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published