is-node-maintained

1.0.0 • Public • Published

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

/is-node-maintained/

    Package Sidebar

    Install

    npm i is-node-maintained

    Weekly Downloads

    6

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    11.5 kB

    Total Files

    10

    Last publish

    Collaborators

    • ronkorving