2.8.0 • Published 4 months ago

@bevry/nodejs-releases v2.8.0

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

Fetch the release information of the Node.js versions

Usage

Complete API Documentation.

import {
    preloadNodeReleases,
    getNodeReleaseInformation,
    getNodeReleaseIdentifiers,
} from '@bevry/nodejs-releases'
// as of 2020-11-03

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

console.log(getNodeReleaseInformation('4.9.1')))
// { version, date, files, v8, npm, uv, zlib, openssl, modules, lts, security}

console.log(getNodeReleaseIdentifiers()))
// [ '0.1.14', '0.1.15', '0.1.16', '0.1.17', ... ]

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: