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.6.0 to 5.6.1

51

dist/he.po.d.ts

@@ -111,6 +111,4 @@ declare const _default: {

"Shabbat HaGadol": string[];
"Shabbat Machar Chodesh": string[];
"Shabbat Nachamu": string[];
"Shabbat Parah": string[];
"Shabbat Rosh Chodesh": string[];
"Shabbat Shekalim": string[];

@@ -150,27 +148,2 @@ "Shabbat Shuva": string[];

"Yom HaAliyah School Observance": string[];
"Pesach I (on Shabbat)": string[];
"Pesach Chol ha-Moed Day 1": string[];
"Pesach Chol ha-Moed Day 2": string[];
"Pesach Chol ha-Moed Day 2 on Sunday": string[];
"Pesach Chol ha-Moed Day 3": string[];
"Pesach Chol ha-Moed Day 3 on Monday": string[];
"Pesach Chol ha-Moed Day 4": string[];
"Pesach Chol ha-Moed Day 5": string[];
"Pesach Shabbat Chol ha-Moed": string[];
"Pesach VII (on Shabbat)": string[];
"Pesach VIII (on Shabbat)": string[];
"Shavuot II (on Shabbat)": string[];
"Rosh Hashana I (on Shabbat)": string[];
"Yom Kippur (on Shabbat)": string[];
"Yom Kippur (Mincha, Traditional)": string[];
"Yom Kippur (Mincha, Alternate)": string[];
"Sukkot I (on Shabbat)": string[];
"Sukkot Chol ha-Moed Day 1": string[];
"Sukkot Chol ha-Moed Day 2": string[];
"Sukkot Chol ha-Moed Day 3": string[];
"Sukkot Chol ha-Moed Day 4": string[];
"Sukkot Chol ha-Moed Day 5": string[];
"Sukkot Shabbat Chol ha-Moed": string[];
"Sukkot Final Day (Hoshana Raba)": string[];
"Shmini Atzeret (on Shabbat)": string[];
"Rosh Chodesh Adar": string[];

@@ -222,19 +195,2 @@ "Rosh Chodesh Adar I": string[];

day: string[];
"Chanukah Day 1": string[];
"Chanukah Day 2": string[];
"Chanukah Day 3": string[];
"Chanukah Day 4": string[];
"Chanukah Day 5": string[];
"Chanukah Day 6": string[];
"Chanukah Day 7": string[];
"Chanukah Day 7 (on Rosh Chodesh)": string[];
"Chanukah Day 8": string[];
"Chanukah Day 1 (on Shabbat)": string[];
"Chanukah Day 2 (on Shabbat)": string[];
"Chanukah Day 3 (on Shabbat)": string[];
"Chanukah Day 4 (on Shabbat)": string[];
"Chanukah Day 5 (on Shabbat)": string[];
"Chanukah Day 7 (on Shabbat)": string[];
"Chanukah Day 8 (on Shabbat)": string[];
"Shabbat Rosh Chodesh Chanukah": string[];
"Yom Kippur Katan": string[];

@@ -287,9 +243,2 @@ "Family Day": string[];

"II Chronicles": string[];
"Yom Kippur (Mincha)": string[];
"Tish'a B'Av (Mincha)": string[];
"Asara B'Tevet (Mincha)": string[];
"Ta'anit Bechorot (Mincha)": string[];
"Ta'anit Esther (Mincha)": string[];
"Tzom Gedaliah (Mincha)": string[];
"Tzom Tammuz (Mincha)": string[];
Molad: string[];

@@ -296,0 +245,0 @@ chalakim: string[];

7

dist/module.d.ts

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

/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
declare const version = "5.6.0";
declare const version = "5.6.1";

@@ -1008,2 +1008,7 @@ /** Class representing Location */

* or `null` if the parsha doesn't occur this year
* @param parsha if a `string`, specified with Sephardic transliterations
* like `'Noach'` or `'Matot-Masei'`. If an array, must be a 1- or 2-element
* array such as `['Noach']` or `['Matot', 'Masei']`. If a `number`, should
* be a 0-based parsha index (`0` for Bereshit, `1` for Noach) or a negative
* number for a doubled parsha (e.g. `-21` for Vayakhel-Pekudei)
*/

@@ -1010,0 +1015,0 @@ find(parsha: number | string | string[]): HDate | null;

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

@@ -63,2 +63,7 @@ import { HDate } from '@hebcal/hdate';

* or `null` if the parsha doesn't occur this year
* @param parsha if a `string`, specified with Sephardic transliterations
* like `'Noach'` or `'Matot-Masei'`. If an array, must be a 1- or 2-element
* array such as `['Noach']` or `['Matot', 'Masei']`. If a `number`, should
* be a 0-based parsha index (`0` for Bereshit, `1` for Noach) or a negative
* number for a doubled parsha (e.g. `-21` for Vayakhel-Pekudei)
*/

@@ -65,0 +70,0 @@ find(parsha: number | string | string[]): HDate | null;

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

@@ -81,3 +81,3 @@ "contributors": [

"@types/jest": "^29.5.14",
"@types/node": "^22.8.4",
"@types/node": "^22.8.7",
"core-js": "^3.39.0",

@@ -90,3 +90,3 @@ "gts": "^6.0.2",

"ttag-cli": "^1.10.12",
"typedoc": "^0.26.10",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"

@@ -97,4 +97,4 @@ },

"@hebcal/noaa": "^0.8.14",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
}
}

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