1.0.0 • Published 6 years ago

is-node-maintained v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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