Socket
Socket
Sign inDemoInstall

@hebcal/icalendar

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hebcal/icalendar - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

13

dist/index.js

@@ -345,12 +345,15 @@ 'use strict';

if (desc === 'Havdalah' || desc === 'Candle lighting') {
if (e.eventTime) {
const timeStr = core__default['default'].HebrewCalendar.reformatTimeStr(e.eventTimeStr, ' PM', options);
endTime = startTime = `"${timeStr}"`;
endDate = date;
allDay = '"false"'; // replace "Candle lighting: 15:34" with shorter title
allDay = '"false"';
const colon = subj.indexOf(': ');
if (desc === 'Havdalah' || desc === 'Candle lighting') {
// replace "Candle lighting: 15:34" with shorter title
const colon = subj.indexOf(': ');
if (colon != -1) {
subj = subj.substring(0, colon);
if (colon != -1) {
subj = subj.substring(0, colon);
}
}

@@ -357,0 +360,0 @@ }

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

@@ -27,4 +27,4 @@ "keywords": [

"@hebcal/core": "^2.4.0",
"@hebcal/leyning": "^2.3.0",
"@hebcal/rest-api": "^2.4.0",
"@hebcal/leyning": "^3.0.0",
"@hebcal/rest-api": "^2.5.0",
"md5": "^2.3.0"

@@ -72,4 +72,4 @@ },

"jsdoc-to-markdown": "^6.0.1",
"rollup": "^2.26.9"
"rollup": "^2.26.10"
}
}
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