Gathering detailed insights and metrics for @bevry/nodejs-versions
Gathering detailed insights and metrics for @bevry/nodejs-versions
Gathering detailed insights and metrics for @bevry/nodejs-versions
Gathering detailed insights and metrics for @bevry/nodejs-versions
@bevry/nodejs-releases
Fetch the release information of the Node.js versions
@bevry/nodejs-schedule
Fetch the schedule information of the Node.js versions
@bevry/nodejs-ecmascript-compatibility
API for the Node.js ECMAScript Compatibility information, such that for a particular Node.js release, you get details on which and how many features of an ECMAScript version are supported.
Filter the absolute or significant Node.js versions by vast amounts of criteria, such as LTS status.
npm install @bevry/nodejs-versions
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
3 Stars
22 Commits
2 Watchers
1 Branches
2 Contributors
Updated on Jan 06, 2025
Latest Version
3.5.0
Package Id
@bevry/nodejs-versions@3.5.0
Unpacked Size
109.40 kB
Size
18.13 kB
File Count
14
NPM Version
10.2.3
Node Version
20.10.0
Published on
Dec 29, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Filter the absolute or significant Node.js versions by vast amounts of criteria, such as LTS status.
1import { 2 preloadNodeVersions, 3 filterSignificantNodeVersions, 4 filterAbsoluteNodeVersions, 5 filterNodeVersions, 6} from '@bevry/nodejs-versions' 7 8// Required for filters that use the Node.js Schedule or Releases API, 9// or for prefetching of absolute and significant Node.js versions. 10await preloadNodeVersions() 11 12console.log(filterSignificantNodeVersions({ maintained: true })) 13// e.g. [ '12', '14', '16' ] 14 15console.log(filterSignificantNodeVersions({ current: true })) 16// e.g. [ '16' ] 17 18console.log(filterSignificantNodeVersions({ active: true })) 19// e.g. [ '14' ] 20 21console.log(filterSignificantNodeVersions({ maintenance: true })) 22// e.g. [ '12' ] 23 24console.log(filterAbsoluteNodeVersions({ current: true })) 25// e.g. [ '16.0.0', '16.1.0', '16.2.0', '16.3.0', '16.4.0', '16.4.1', '16.4.2', '16.5.0' ] 26 27console.log(filterNodeVersions(['12', '14', '16'], { current: true })) 28// e.g. [ '16' ] 29 30// The above example results were current as of 2021-07-27 31 32// More filters are available via the [Complete API Documentation] link earlier.
npm install --save @bevry/nodejs-versions
import * as pkg from ('@bevry/nodejs-versions')
const pkg = require('@bevry/nodejs-versions')
1import * as pkg from 'https://unpkg.com/@bevry/nodejs-versions@^3.5.0/edition-deno/index.ts'
This package is published with the following editions:
@bevry/nodejs-versions/source/index.ts
is TypeScript source code with Import for modules@bevry/nodejs-versions
aliases @bevry/nodejs-versions/edition-es2022/index.js
@bevry/nodejs-versions/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Require for modules@bevry/nodejs-versions/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Import for modules@bevry/nodejs-versions/edition-types/index.d.ts
is TypeScript compiled Types with Import for modules@bevry/nodejs-versions/edition-deno/index.ts
is TypeScript source code made to be compatible with DenoDiscover the release history by heading on over to the HISTORY.md
file.
Discover how to contribute via the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 4
Details
Reason
Found 0/17 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More