Gathering detailed insights and metrics for @bevry/nodejs-releases
Gathering detailed insights and metrics for @bevry/nodejs-releases
Gathering detailed insights and metrics for @bevry/nodejs-releases
Gathering detailed insights and metrics for @bevry/nodejs-releases
@bevry/nodejs-schedule
Fetch the schedule information of the Node.js versions
@bevry/nodejs-versions
Filter the absolute or significant Node.js versions by vast amounts of criteria, such as LTS status.
@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.
Fetch the release information of the Node.js versions
npm install @bevry/nodejs-releases
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
21 Commits
2 Watchers
1 Branches
2 Contributors
Updated on Oct 12, 2024
Latest Version
2.8.0
Package Id
@bevry/nodejs-releases@2.8.0
Unpacked Size
54.99 kB
Size
13.08 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
Fetch the release information of the Node.js versions
1import { 2 preloadNodeReleases, 3 getNodeReleaseInformation, 4 getNodeReleaseIdentifiers, 5} from '@bevry/nodejs-releases' 6// as of 2020-11-03 7 8// preload the data 9await preloadNodeReleases() 10// now that we have preloaded the data, we can do the queries 11 12console.log(getNodeReleaseInformation('4.9.1'))) 13// { version, date, files, v8, npm, uv, zlib, openssl, modules, lts, security} 14 15console.log(getNodeReleaseIdentifiers())) 16// [ '0.1.14', '0.1.15', '0.1.16', '0.1.17', ... ]
npm install --save @bevry/nodejs-releases
import * as pkg from ('@bevry/nodejs-releases')
const pkg = require('@bevry/nodejs-releases')
1import * as pkg from 'https://unpkg.com/@bevry/nodejs-releases@^2.8.0/edition-deno/index.ts'
This package is published with the following editions:
@bevry/nodejs-releases/source/index.ts
is TypeScript source code with Import for modules@bevry/nodejs-releases
aliases @bevry/nodejs-releases/edition-es2022/index.js
@bevry/nodejs-releases/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Require for modules@bevry/nodejs-releases/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Import for modules@bevry/nodejs-releases/edition-types/index.d.ts
is TypeScript compiled Types with Import for modules@bevry/nodejs-releases/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 dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/14 approved changesets -- 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