2.9.0 • Published 4 months ago

@bevry/nodejs-schedule v2.9.0

Weekly downloads
-
License
Artistic-2.0
Repository
github
Last release
4 months ago

Fetch the schedule information of the Node.js versions

Usage

Complete API Documentation.

import {
    preloadNodeSchedule,
    getNodeScheduleInformation,
    getNodeScheduleIdentifiers,
} from '@bevry/nodejs-schedule'
// as of 2020-11-03

// preload the data
await preloadNodeSchedule()
// now that we have preloaded the data, we can do the queries

console.log(getNodeScheduleInformation('12.0.0')))
// { version: '12', start: Date, end: Date, maintenance?: Date, lts?: Date, codename?: string}

console.log(getNodeScheduleInformation(12)))
// { version: '12', start: Date, end: Date, maintenance?: Date, lts?: Date, codename?: string}

console.log(getNodeScheduleIdentifiers()))
// [ '0.8', '0.10', '0.12', '4', '5', ... ]

You can combine this with @bevry/filter-nodejs-versions to filter the Node.js versions.

You can combine this with @bevry/nodejs-ecmascript-compatibility to get the ECMAScript compatibility for a given Node.js version.

npm

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

No contributors yet! Will you be the first?

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under: