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.
npm install @bevry/nodejs-releases
Typescript
Module System
Min. Node Version
Node Version
NPM Version
71.8
Supply Chain
99.4
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (100%)
Total Downloads
20,290
Last Day
5
Last Week
61
Last Month
175
Last Year
11,026
21 Commits
3 Watching
1 Branches
2 Contributors
Minified
Minified + Gzipped
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
Publised On
29 Dec 2023
Cumulative downloads
Total Downloads
Last day
66.7%
5
Compared to previous day
Last week
771.4%
61
Compared to previous week
Last month
8.7%
175
Compared to previous month
Last year
109.5%
11,026
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 binaries found in the repo
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
SAST tool is run on all commits
Details
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 0/14 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-01-27
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