Socket
Socket
Sign inDemoInstall

@hebcal/icalendar

Package Overview
Dependencies
20
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.18.5 to 4.18.6

9

dist/index.js

@@ -1,2 +0,2 @@

/*! @hebcal/icalendar v4.18.5 */
/*! @hebcal/icalendar v4.18.6 */
'use strict';

@@ -9,3 +9,3 @@

const version="4.18.5";
const version="4.18.6";

@@ -17,2 +17,3 @@ const VTIMEZONE = {};

mishnayomi: 'Mishna Yomi',
nachyomi: 'Nach Yomi',
yerushalmi: 'Yerushalmi Yomi',

@@ -85,2 +86,4 @@ havdalah: 'Holiday',

this.locationName = core.Locale.gettext('Yerushalmi Yomi');
} else if (mask & core.flags.NACH_YOMI) {
this.locationName = core.Locale.gettext('Nach Yomi');
} else if (mask & core.flags.MISHNA_YOMI) {

@@ -318,3 +321,3 @@ this.locationName = core.Locale.gettext('Mishna Yomi');

const torahMemoCache = new Map();
const HOLIDAY_IGNORE_MASK = core.flags.DAF_YOMI | core.flags.OMER_COUNT | core.flags.SHABBAT_MEVARCHIM | core.flags.MOLAD | core.flags.USER_EVENT | core.flags.MISHNA_YOMI | core.flags.YERUSHALMI_YOMI | core.flags.HEBREW_DATE;
const HOLIDAY_IGNORE_MASK = core.flags.DAF_YOMI | core.flags.OMER_COUNT | core.flags.SHABBAT_MEVARCHIM | core.flags.MOLAD | core.flags.USER_EVENT | core.flags.MISHNA_YOMI | core.flags.YERUSHALMI_YOMI | core.flags.NACH_YOMI | core.flags.HEBREW_DATE;

@@ -321,0 +324,0 @@ /**

{
"name": "@hebcal/icalendar",
"version": "4.18.5",
"version": "4.18.6",
"author": "Michael J. Radwin (https://github.com/mjradwin)",

@@ -14,2 +14,6 @@ "keywords": [

"module": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"typings": "icalendar.d.ts",

@@ -28,4 +32,4 @@ "files": [

"dependencies": {
"@hebcal/core": "^3.46.5",
"@hebcal/rest-api": "^4.3.8",
"@hebcal/core": "^3.48.2",
"@hebcal/rest-api": "^4.3.14",
"murmurhash3": "^0.5.0"

@@ -42,11 +46,3 @@ },

"ava": {
"files": [
"src/**/*.spec.js"
],
"require": [
"@babel/register",
"regenerator-runtime/runtime"
],
"inherit": true,
"verbose": true
"require": ["@babel/register"]
},

@@ -58,11 +54,11 @@ "devDependencies": {

"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"ava": "^5.1.0",
"eslint": "^8.28.0",
"eslint": "^8.30.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^4.0.0",
"jsdoc-to-markdown": "^8.0.0",
"rollup": "^3.5.1"
"rollup": "^3.7.5"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc