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 5.0.0 to 5.0.1

10

dist/index.js

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

/*! @hebcal/icalendar v5.0.0 */
/*! @hebcal/icalendar v5.0.1 */
'use strict';

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

const version="5.0.0";
const version="5.0.1";

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

const date = IcalEvent.formatYYYYMMDD(ev.getDate().greg());
this.startDate = date;
this.startDate = this.isoDateOnly = date;
this.dtargs = '';

@@ -143,3 +143,3 @@ this.transp = 'TRANSPARENT';

this.subj = subj;
this.category = ev.category || CATEGORY[restApi.getEventCategories(ev)[0]];
this.category = ev.category || CATEGORY[restApi.getEventCategories(ev)?.[0]];
}

@@ -177,3 +177,3 @@

const digest = murmurhash3.murmur32HexSync(this.ev.getDesc());
let uid = `hebcal-${this.startDate}-${digest}`;
let uid = `hebcal-${this.isoDateOnly}-${digest}`;
if (this.timed && options.location) {

@@ -180,0 +180,0 @@ const loc = options.location;

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

@@ -5,0 +5,0 @@ "keywords": [

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