Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hebcal/core

Package Overview
Dependencies
Maintainers
0
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hebcal/core - npm Package Compare versions

Comparing version 5.4.9 to 5.4.10

54

dist/event.d.ts

@@ -11,55 +11,55 @@ import { HDate } from '@hebcal/hdate';

/** Chag, yontiff, yom tov */
CHAG: number;
readonly CHAG: 1;
/** Light candles 18 minutes before sundown */
LIGHT_CANDLES: number;
readonly LIGHT_CANDLES: 2;
/** End of holiday (end of Yom Tov) */
YOM_TOV_ENDS: number;
readonly YOM_TOV_ENDS: 4;
/** Observed only in the Diaspora (chutz l'aretz) */
CHUL_ONLY: number;
readonly CHUL_ONLY: 8;
/** Observed only in Israel */
IL_ONLY: number;
readonly IL_ONLY: 16;
/** Light candles in the evening at Tzeit time (3 small stars) */
LIGHT_CANDLES_TZEIS: number;
readonly LIGHT_CANDLES_TZEIS: 32;
/** Candle-lighting for Chanukah */
CHANUKAH_CANDLES: number;
readonly CHANUKAH_CANDLES: 64;
/** Rosh Chodesh, beginning of a new Hebrew month */
ROSH_CHODESH: number;
readonly ROSH_CHODESH: 128;
/** Minor fasts like Tzom Tammuz, Ta'anit Esther, ... */
MINOR_FAST: number;
readonly MINOR_FAST: 256;
/** Shabbat Shekalim, Zachor, ... */
SPECIAL_SHABBAT: number;
readonly SPECIAL_SHABBAT: 512;
/** Weekly sedrot on Saturdays */
PARSHA_HASHAVUA: number;
readonly PARSHA_HASHAVUA: 1024;
/** Daily page of Talmud (Bavli) */
DAF_YOMI: number;
readonly DAF_YOMI: 2048;
/** Days of the Omer */
OMER_COUNT: number;
readonly OMER_COUNT: 4096;
/** Yom HaShoah, Yom HaAtzma'ut, ... */
MODERN_HOLIDAY: number;
readonly MODERN_HOLIDAY: 8192;
/** Yom Kippur and Tish'a B'Av */
MAJOR_FAST: number;
readonly MAJOR_FAST: 16384;
/** On the Saturday before Rosh Chodesh */
SHABBAT_MEVARCHIM: number;
readonly SHABBAT_MEVARCHIM: 32768;
/** Molad */
MOLAD: number;
readonly MOLAD: 65536;
/** Yahrzeit or Hebrew Anniversary */
USER_EVENT: number;
readonly USER_EVENT: 131072;
/** Daily Hebrew date ("11th of Sivan, 5780") */
HEBREW_DATE: number;
readonly HEBREW_DATE: 262144;
/** A holiday that's not major, modern, rosh chodesh, or a fast day */
MINOR_HOLIDAY: number;
readonly MINOR_HOLIDAY: 524288;
/** Evening before a major or minor holiday */
EREV: number;
readonly EREV: 1048576;
/** Chol haMoed, intermediate days of Pesach or Sukkot */
CHOL_HAMOED: number;
readonly CHOL_HAMOED: 2097152;
/** Mishna Yomi */
MISHNA_YOMI: number;
readonly MISHNA_YOMI: 4194304;
/** Yom Kippur Katan, minor day of atonement on the day preceeding each Rosh Chodesh */
YOM_KIPPUR_KATAN: number;
readonly YOM_KIPPUR_KATAN: 8388608;
/** Daily page of Jerusalem Talmud (Yerushalmi) */
YERUSHALMI_YOMI: number;
readonly YERUSHALMI_YOMI: 16777216;
/** Nach Yomi */
NACH_YOMI: number;
readonly NACH_YOMI: 33554432;
/** Daily Learning */
DAILY_LEARNING: number;
readonly DAILY_LEARNING: 67108864;
};

@@ -66,0 +66,0 @@ /**

@@ -16,2 +16,3 @@ import { HDate } from '@hebcal/hdate';

export declare class HebrewCalendar {
private constructor();
/**

@@ -18,0 +19,0 @@ * Calculates holidays and other Hebrew calendar events based on {@link CalOptions}.

/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
export declare const version = "5.4.9";
export declare const version = "5.4.10";

@@ -8,149 +8,149 @@ /**

/** Asara B'Tevet */
ASARA_BTEVET: string;
readonly ASARA_BTEVET: "Asara B'Tevet";
/** Birkat Hachamah */
BIRKAT_HACHAMAH: string;
readonly BIRKAT_HACHAMAH: "Birkat Hachamah";
/** Chag HaBanot */
CHAG_HABANOT: string;
readonly CHAG_HABANOT: "Chag HaBanot";
/** Chanukah: 8th Day */
CHANUKAH_8TH_DAY: string;
readonly CHANUKAH_8TH_DAY: "Chanukah: 8th Day";
/** Erev Tish'a B'Av */
EREV_TISHA_BAV: string;
readonly EREV_TISHA_BAV: "Erev Tish'a B'Av";
/** Leil Selichot */
LEIL_SELICHOT: string;
readonly LEIL_SELICHOT: "Leil Selichot";
/** Purim Katan */
PURIM_KATAN: string;
readonly PURIM_KATAN: "Purim Katan";
/** Purim Meshulash */
PURIM_MESHULASH: string;
readonly PURIM_MESHULASH: "Purim Meshulash";
/** Shabbat Chazon */
SHABBAT_CHAZON: string;
readonly SHABBAT_CHAZON: "Shabbat Chazon";
/** Shabbat HaChodesh */
SHABBAT_HACHODESH: string;
readonly SHABBAT_HACHODESH: "Shabbat HaChodesh";
/** Shabbat HaGadol */
SHABBAT_HAGADOL: string;
readonly SHABBAT_HAGADOL: "Shabbat HaGadol";
/** Shabbat Nachamu */
SHABBAT_NACHAMU: string;
readonly SHABBAT_NACHAMU: "Shabbat Nachamu";
/** Shabbat Parah */
SHABBAT_PARAH: string;
readonly SHABBAT_PARAH: "Shabbat Parah";
/** Shabbat Shekalim */
SHABBAT_SHEKALIM: string;
readonly SHABBAT_SHEKALIM: "Shabbat Shekalim";
/** Shabbat Shirah */
SHABBAT_SHIRAH: string;
readonly SHABBAT_SHIRAH: "Shabbat Shirah";
/** Shabbat Shuva */
SHABBAT_SHUVA: string;
readonly SHABBAT_SHUVA: "Shabbat Shuva";
/** Shabbat Zachor */
SHABBAT_ZACHOR: string;
readonly SHABBAT_ZACHOR: "Shabbat Zachor";
/** Shushan Purim Katan */
SHUSHAN_PURIM_KATAN: string;
readonly SHUSHAN_PURIM_KATAN: "Shushan Purim Katan";
/** Ta'anit Bechorot */
TAANIT_BECHOROT: string;
readonly TAANIT_BECHOROT: "Ta'anit Bechorot";
/** Ta'anit Esther */
TAANIT_ESTHER: string;
readonly TAANIT_ESTHER: "Ta'anit Esther";
/** Tish'a B'Av */
TISHA_BAV: string;
readonly TISHA_BAV: "Tish'a B'Av";
/** Tzom Gedaliah */
TZOM_GEDALIAH: string;
readonly TZOM_GEDALIAH: "Tzom Gedaliah";
/** Tzom Tammuz */
TZOM_TAMMUZ: string;
readonly TZOM_TAMMUZ: "Tzom Tammuz";
/** Yom HaAtzma'ut */
YOM_HAATZMA_UT: string;
readonly YOM_HAATZMA_UT: "Yom HaAtzma'ut";
/** Yom HaShoah */
YOM_HASHOAH: string;
readonly YOM_HASHOAH: "Yom HaShoah";
/** Yom HaZikaron */
YOM_HAZIKARON: string;
readonly YOM_HAZIKARON: "Yom HaZikaron";
/** Ben-Gurion Day */
BEN_GURION_DAY: string;
readonly BEN_GURION_DAY: "Ben-Gurion Day";
/** Chanukah: 1 Candle */
CHANUKAH_1_CANDLE: string;
readonly CHANUKAH_1_CANDLE: "Chanukah: 1 Candle";
/** Erev Pesach */
EREV_PESACH: string;
readonly EREV_PESACH: "Erev Pesach";
/** Erev Purim */
EREV_PURIM: string;
readonly EREV_PURIM: "Erev Purim";
/** Erev Rosh Hashana */
EREV_ROSH_HASHANA: string;
readonly EREV_ROSH_HASHANA: "Erev Rosh Hashana";
/** Erev Shavuot */
EREV_SHAVUOT: string;
readonly EREV_SHAVUOT: "Erev Shavuot";
/** Erev Sukkot */
EREV_SUKKOT: string;
readonly EREV_SUKKOT: "Erev Sukkot";
/** Erev Yom Kippur */
EREV_YOM_KIPPUR: string;
readonly EREV_YOM_KIPPUR: "Erev Yom Kippur";
/** Family Day */
FAMILY_DAY: string;
readonly FAMILY_DAY: "Family Day";
/** Hebrew Language Day */
HEBREW_LANGUAGE_DAY: string;
readonly HEBREW_LANGUAGE_DAY: "Hebrew Language Day";
/** Herzl Day */
HERZL_DAY: string;
readonly HERZL_DAY: "Herzl Day";
/** Jabotinsky Day */
JABOTINSKY_DAY: string;
readonly JABOTINSKY_DAY: "Jabotinsky Day";
/** Lag BaOmer */
LAG_BAOMER: string;
readonly LAG_BAOMER: "Lag BaOmer";
/** Pesach I */
PESACH_I: string;
readonly PESACH_I: "Pesach I";
/** Pesach II */
PESACH_II: string;
readonly PESACH_II: "Pesach II";
/** Pesach III (CH''M) */
PESACH_III_CHM: string;
readonly PESACH_III_CHM: "Pesach III (CH''M)";
/** Pesach II (CH''M) */
PESACH_II_CHM: string;
readonly PESACH_II_CHM: "Pesach II (CH''M)";
/** Pesach IV (CH''M) */
PESACH_IV_CHM: string;
readonly PESACH_IV_CHM: "Pesach IV (CH''M)";
/** Pesach Sheni */
PESACH_SHENI: string;
readonly PESACH_SHENI: "Pesach Sheni";
/** Pesach VII */
PESACH_VII: string;
readonly PESACH_VII: "Pesach VII";
/** Pesach VIII */
PESACH_VIII: string;
readonly PESACH_VIII: "Pesach VIII";
/** Pesach VI (CH''M) */
PESACH_VI_CHM: string;
readonly PESACH_VI_CHM: "Pesach VI (CH''M)";
/** Pesach V (CH''M) */
PESACH_V_CHM: string;
readonly PESACH_V_CHM: "Pesach V (CH''M)";
/** Purim */
PURIM: string;
readonly PURIM: "Purim";
/** Rosh Hashana II */
ROSH_HASHANA_II: string;
readonly ROSH_HASHANA_II: "Rosh Hashana II";
/** Rosh Hashana LaBehemot */
ROSH_HASHANA_LABEHEMOT: string;
readonly ROSH_HASHANA_LABEHEMOT: "Rosh Hashana LaBehemot";
/** Shavuot */
SHAVUOT: string;
readonly SHAVUOT: "Shavuot";
/** Shavuot I */
SHAVUOT_I: string;
readonly SHAVUOT_I: "Shavuot I";
/** Shavuot II */
SHAVUOT_II: string;
readonly SHAVUOT_II: "Shavuot II";
/** Shmini Atzeret */
SHMINI_ATZERET: string;
readonly SHMINI_ATZERET: "Shmini Atzeret";
/** Shushan Purim */
SHUSHAN_PURIM: string;
readonly SHUSHAN_PURIM: "Shushan Purim";
/** Sigd */
SIGD: string;
readonly SIGD: "Sigd";
/** Simchat Torah */
SIMCHAT_TORAH: string;
readonly SIMCHAT_TORAH: "Simchat Torah";
/** Sukkot I */
SUKKOT_I: string;
readonly SUKKOT_I: "Sukkot I";
/** Sukkot II */
SUKKOT_II: string;
readonly SUKKOT_II: "Sukkot II";
/** Sukkot III (CH''M) */
SUKKOT_III_CHM: string;
readonly SUKKOT_III_CHM: "Sukkot III (CH''M)";
/** Sukkot II (CH''M) */
SUKKOT_II_CHM: string;
readonly SUKKOT_II_CHM: "Sukkot II (CH''M)";
/** Sukkot IV (CH''M) */
SUKKOT_IV_CHM: string;
readonly SUKKOT_IV_CHM: "Sukkot IV (CH''M)";
/** Sukkot VII (Hoshana Raba) */
SUKKOT_VII_HOSHANA_RABA: string;
readonly SUKKOT_VII_HOSHANA_RABA: "Sukkot VII (Hoshana Raba)";
/** Sukkot VI (CH''M) */
SUKKOT_VI_CHM: string;
readonly SUKKOT_VI_CHM: "Sukkot VI (CH''M)";
/** Sukkot V (CH''M) */
SUKKOT_V_CHM: string;
readonly SUKKOT_V_CHM: "Sukkot V (CH''M)";
/** Tu B\'Av */
TU_BAV: string;
readonly TU_BAV: "Tu B'Av";
/** Tu BiShvat */
TU_BISHVAT: string;
readonly TU_BISHVAT: "Tu BiShvat";
/** Yitzhak Rabin Memorial Day */
YITZHAK_RABIN_MEMORIAL_DAY: string;
readonly YITZHAK_RABIN_MEMORIAL_DAY: "Yitzhak Rabin Memorial Day";
/** Yom HaAliyah */
YOM_HAALIYAH: string;
readonly YOM_HAALIYAH: "Yom HaAliyah";
/** Yom HaAliyah School Observance */
YOM_HAALIYAH_SCHOOL_OBSERVANCE: string;
readonly YOM_HAALIYAH_SCHOOL_OBSERVANCE: "Yom HaAliyah School Observance";
/** Yom Kippur */
YOM_KIPPUR: string;
readonly YOM_KIPPUR: "Yom Kippur";
/** Yom Yerushalayim */
YOM_YERUSHALAYIM: string;
readonly YOM_YERUSHALAYIM: "Yom Yerushalayim";
};

@@ -157,0 +157,0 @@ export interface Holiday {

{
"name": "@hebcal/core",
"version": "5.4.9",
"version": "5.4.10",
"author": "Michael J. Radwin (https://github.com/mjradwin)",

@@ -70,4 +70,4 @@ "contributors": [

"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",

@@ -82,3 +82,3 @@ "@babel/register": "^7.24.6",

"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"core-js": "^3.37.1",

@@ -88,5 +88,5 @@ "gts": "^5.3.1",

"quick-lru": "<=6.1.2",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"ttag-cli": "^1.10.12",
"typedoc": "^0.26.3",
"typedoc": "^0.26.4",
"typescript": "^5.5.3"

@@ -93,0 +93,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc