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

@coozzy/cal-dav

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coozzy/cal-dav - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

0

dist/index.js

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@coozzy/cal-dav",
"version": "2.4.3",
"version": "2.4.4",
"description": "Simple cal dav client.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -577,2 +577,5 @@ import * as ICAL from 'ical.js';

}
if (attendee.contactId) {
attendeeValue += `;X-CONTACTID=${attendee.contactId}`;
}

@@ -579,0 +582,0 @@ attendeeValue += `:mailto:${attendee.email}`;

@@ -12,2 +12,3 @@

status?: AtendeeStatus;
contactId?: string;
}

@@ -14,0 +15,0 @@

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