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

@hebcal/icalendar

Package Overview
Dependencies
Maintainers
1
Versions
94
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 4.18.1 to 4.18.2

6

dist/index.js

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

/*! @hebcal/icalendar v4.18.1 */
/*! @hebcal/icalendar v4.18.2 */
'use strict';

@@ -11,3 +11,3 @@

const version="4.18.1";
const version="4.18.2";

@@ -369,3 +369,3 @@ const VTIMEZONE = {};

function makeTorahMemo(ev, il) {
if (ev.getFlags() & HOLIDAY_IGNORE_MASK) {
if (ev.getFlags() & HOLIDAY_IGNORE_MASK || ev.eventTime) {
return '';

@@ -372,0 +372,0 @@ }

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

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

"dependencies": {
"@hebcal/core": "^3.42.2",
"@hebcal/rest-api": "^4.0.0",
"@hebcal/core": "^3.42.3",
"@hebcal/rest-api": "^4.1.0",
"murmurhash3": "^0.5.0"

@@ -31,0 +31,0 @@ },

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