Gathering detailed insights and metrics for @hebcal/leyning
Gathering detailed insights and metrics for @hebcal/leyning
Gathering detailed insights and metrics for @hebcal/leyning
Gathering detailed insights and metrics for @hebcal/leyning
Javascript Torah Reading API for Parashat HaShavua and holidays
npm install @hebcal/leyning
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (66.83%)
TypeScript (33.17%)
Total Downloads
39,122
Last Day
16
Last Week
79
Last Month
515
Last Year
8,522
BSD-2-Clause License
9 Stars
389 Commits
2 Forks
3 Watchers
5 Branches
6 Contributors
Updated on May 06, 2025
Minified
Minified + Gzipped
Latest Version
9.1.0
Package Id
@hebcal/leyning@9.1.0
Unpacked Size
310.26 kB
Size
80.85 kB
File Count
37
NPM Version
10.8.1
Node Version
22.11.0
Published on
Apr 21, 2025
Cumulative downloads
Total Downloads
Last Day
0%
16
Compared to previous day
Last Week
-24.8%
79
Compared to previous week
Last Month
-37.4%
515
Compared to previous month
Last Year
-21.3%
8,522
Compared to previous year
Javascript Torah Reading API for Parashat HaShavua and holidays
This package includes both traditional (full kriyah) and weekday Torah readings.
Triennial Torah Readings have moved to @hebcal/triennial
1$ npm install @hebcal/leyning
1import {HebrewCalendar, HDate, Event} from '@hebcal/core'; 2import {getLeyningForParshaHaShavua, formatAliyahWithBook} from '@hebcal/leyning'; 3 4const events = HebrewCalendar.calendar({sedrot: true, noHolidays: true}); 5const ev = events.find((ev) => ev.getDesc() == 'Parashat Pinchas'); 6const reading = getLeyningForParshaHaShavua(ev, false); 7console.log(`${ev.getDesc()}: ${reading.summary}`); 8console.log(`Haftara: ${reading.haftara}`); 9for (const [num, aliyah] of Object.entries(reading.fullkriyah)) { 10 const number = num == 'M' ? 'maftir' : `aliyah ${num}`; 11 let str = formatAliyahWithBook(aliyah); 12 if (aliyah.reason) { 13 str += ' | ' + aliyah.reason; 14 } 15 str += ` (${aliyah.v} verses)`; 16 console.log(`${number}: ${str}`); 17}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
0 existing vulnerabilities detected
Reason
11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9
Reason
Found 3/16 approved changesets -- score normalized to 1
Reason
dependency not pinned by hash detected -- score normalized to 1
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
security policy file not detected
Details
Score
Last Scanned on 2025-05-05
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