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
npm install @bevry/nodejs-schedule
Typescript
Module System
Min. Node Version
Node Version
NPM Version
71.9
Supply Chain
99.4
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (100%)
Total Downloads
22,433
Last Day
5
Last Week
72
Last Month
199
Last Year
13,216
22 Commits
3 Watching
1 Branches
2 Contributors
Minified
Minified + Gzipped
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
Publised On
29 Dec 2023
Cumulative downloads
Total Downloads
Last day
66.7%
5
Compared to previous day
Last week
620%
72
Compared to previous week
Last month
-4.8%
199
Compared to previous month
Last year
155.7%
13,216
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
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-03
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