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

@hebcal/core

Package Overview
Dependencies
Maintainers
1
Versions
275
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.0.6 to 5.0.7

30

hebcal.d.ts

@@ -31,3 +31,3 @@ import { GeoLocation } from '@hebcal/noaa';

getCategories(): string[];
readonly date: Date;
readonly date: HDate;
readonly desc: string;

@@ -418,7 +418,24 @@ readonly mask: number;

sofZmanTfilla(): Date;
/** Latest Shema (MGA); Sunrise plus 3 halachic hours, according to Magen Avraham */
/**
* Latest Shema (MGA); Sunrise plus 3 halachic hours, according to Magen Avraham.
* Based on the opinion of the MGA that the day is calculated from
* dawn being fixed 72 minutes before sea-level sunrise, and nightfall is fixed
* 72 minutes after sea-level sunset.
*/
sofZmanShmaMGA(): Date;
/**
* Latest Shema (MGA); Sunrise plus 3 halachic hours, according to Magen Avraham.
* Based on the opinion of the MGA that the day is calculated from
* dawn to nightfall with both being 16.1° below the horizon.
*/
sofZmanShmaMGA16Point1(): Date;
/** Latest Shacharit (MGA); Sunrise plus 4 halachic hours, according to Magen Avraham */
sofZmanTfillaMGA(): Date;
/** Earliest Mincha – Mincha Gedola; Sunrise plus 6.5 halachic hours */
/**
* Latest Shacharit (MGA); Sunrise plus 4 halachic hours, according to Magen Avraham.
* Based on the opinion of the MGA that the day is calculated from
* dawn to nightfall with both being 16.1° below the horizon.
*/
sofZmanTfillaMGA16Point1(): Date;
minchaGedola(): Date;

@@ -819,2 +836,3 @@ /** Preferable earliest time to recite Minchah – Mincha Ketana; Sunrise plus 9.5 halachic hours */

getChalakim(): number;
render(locale?: string, options?: CalOptions): string;
}

@@ -995,3 +1013,3 @@

export class TimedEvent extends Event {
constructor(date: HDate, desc: string, mask: number, eventTime: Date, location: Location, linkedEvent?: Event);
constructor(date: HDate, desc: string, mask: number, eventTime: Date, location: Location, linkedEvent?: Event, options?: CalOptions);
render(locale?: string): string;

@@ -1006,7 +1024,7 @@ renderBrief(locale?: string): string;

export class CandleLightingEvent extends TimedEvent {
constructor(date: HDate, mask: number, eventTime: Date, location: Location, linkedEvent?: Event);
constructor(date: HDate, mask: number, eventTime: Date, location: Location, linkedEvent?: Event, options?: CalOptions);
getEmoji(): string;
}
export class HavdalahEvent extends TimedEvent {
constructor(date: HDate, mask: number, eventTime: Date, location: Location, havdalahMins?: number, linkedEvent?: Event);
constructor(date: HDate, mask: number, eventTime: Date, location: Location, havdalahMins?: number, linkedEvent?: Event, options?: CalOptions);
render(locale?: string): string;

@@ -1052,3 +1070,3 @@ renderBrief(locale?: string): string;

export class MoladEvent extends Event {
constructor(date: HDate, hyear: number, hmonth: number);
constructor(date: HDate, hyear: number, hmonth: number, options?: CalOptions);
render(locale?: string): string;

@@ -1055,0 +1073,0 @@ renderBrief(locale?: string): string;

12

package.json
{
"name": "@hebcal/core",
"version": "5.0.6",
"version": "5.0.7",
"author": "Michael J. Radwin (https://github.com/mjradwin)",

@@ -74,5 +74,5 @@ "contributors": [

"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/register": "^7.22.15",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/register": "^7.23.7",
"@hebcal/hdate": "^0.9.1",

@@ -86,3 +86,3 @@ "@hebcal/noaa": "^0.8.11",

"ava": "^6.0.1",
"core-js": "^3.34.0",
"core-js": "^3.35.0",
"eslint": "^8.56.0",

@@ -94,5 +94,5 @@ "eslint-config-google": "^0.14.0",

"quick-lru": "^7.0.0",
"rollup": "^4.9.1",
"rollup": "^4.9.2",
"ttag-cli": "^1.10.10"
}
}

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

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

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