Gathering detailed insights and metrics for vernode
Gathering detailed insights and metrics for vernode
Gathering detailed insights and metrics for vernode
Gathering detailed insights and metrics for vernode
npm install vernode
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
40 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Nov 30, 2024
Latest Version
3.0.2
Package Id
vernode@3.0.2
Unpacked Size
9.14 kB
Size
3.56 kB
File Count
6
NPM Version
9.7.2
Node Version
22.2.0
Published on
Jun 11, 2024
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
No dependencies detected.
Vernode checks for latest NodeJS versions.
You can use this as a module in your NodeJS program or as a CLI command in your system.
NodeJS version 18.0.0 or higher because of Fetch API.
By using NPM
1npm i vernode
By using PNPM
1pnpm add vernode
By using BUN
1bun i vernode
1import vernode, { lts, current, nightly } from 'vernode'; 2 3const versions = await vernode(); 4 5console.log(versions); 6// { lts: '20.11.1', current: '21.6.2', nightly: '22.0.0' } 7 8console.log(versions.lts); // 20.11.1 9console.log(versions.current); // 21.6.2 10console.log(versions.nightly); // 22.0.0 11 12console.log(await lts()); // 20.11.1 13console.log(await current()); // 21.6.2 14console.log(await nightly()); // 22.0.0
By using NPM
1npm i -g vernode
By using PNPM
1pnpm add -g vernode
By using BUN
1bun i -g vernode
1vernode 2# LTS: 20.14.0 3# Current: 22.2.0 4# Nightly: 23.0.0 5 6vernode json 7# { lts: '20.14.0', current: '22.2.0', nightly: '23.0.0' } 8 9vernode lts 10# 20.14.0 11 12vernode current 13# 22.2.0 14 15vernode nightly 16# 23.0.0 17 18vernode help 19# guess what it does
You can use the CLI command without installing it by using PNPM DLX.
1pnpm dlx vernode
Bun.sh also supports running code without installation. Following command will print versions in JSON format.
1bunx vernode json
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 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
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
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