Gathering detailed insights and metrics for @bevry/nodejs-schedule
Gathering detailed insights and metrics for @bevry/nodejs-schedule
Gathering detailed insights and metrics for @bevry/nodejs-schedule
Gathering detailed insights and metrics for @bevry/nodejs-schedule
Fetch the schedule information of the Node.js versions
npm install @bevry/nodejs-schedule
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
22 Commits
2 Watchers
1 Branches
2 Contributors
Updated on Oct 12, 2024
Latest Version
2.9.0
Package Id
@bevry/nodejs-schedule@2.9.0
Unpacked Size
56.74 kB
Size
13.50 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 schedule information of the Node.js versions
1import { 2 preloadNodeSchedule, 3 getNodeScheduleInformation, 4 getNodeScheduleIdentifiers, 5} from '@bevry/nodejs-schedule' 6// as of 2020-11-03 7 8// preload the data 9await preloadNodeSchedule() 10// now that we have preloaded the data, we can do the queries 11 12console.log(getNodeScheduleInformation('12.0.0'))) 13// { version: '12', start: Date, end: Date, maintenance?: Date, lts?: Date, codename?: string} 14 15console.log(getNodeScheduleInformation(12))) 16// { version: '12', start: Date, end: Date, maintenance?: Date, lts?: Date, codename?: string} 17 18console.log(getNodeScheduleIdentifiers())) 19// [ '0.8', '0.10', '0.12', '4', '5', ... ]
You can combine this with @bevry/filter-nodejs-versions
to filter the Node.js versions.
You can combine this with @bevry/nodejs-ecmascript-compatibility
to get the ECMAScript compatibility for a given Node.js version.
npm install --save @bevry/nodejs-schedule
import * as pkg from ('@bevry/nodejs-schedule')
const pkg = require('@bevry/nodejs-schedule')
1import * as pkg from 'https://unpkg.com/@bevry/nodejs-schedule@^2.9.0/edition-deno/index.ts'
This package is published with the following editions:
@bevry/nodejs-schedule/source/index.ts
is TypeScript source code with Import for modules@bevry/nodejs-schedule
aliases @bevry/nodejs-schedule/edition-es2022/index.js
@bevry/nodejs-schedule/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Require for modules@bevry/nodejs-schedule/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Import for modules@bevry/nodejs-schedule/edition-types/index.d.ts
is TypeScript compiled Types with Import for modules@bevry/nodejs-schedule/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
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
Found 0/15 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