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.6.18 to 2.6.19

0

dist/index.js

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

2

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

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

@@ -256,3 +256,5 @@ import * as ICAL from 'ical.js';

event.startDate = new ICAL.Time(startDate);
event.startDate.timezone = 'Europe/Zurich';
event.endDate = new ICAL.Time(endDate);
event.endDate.timezone = 'Europe/Zurich';

@@ -559,3 +561,5 @@ if (privateEvent) {

event.startDate = new ICAL.Time(startDate);
event.startDate.timezone = 'Europe/Zurich';
event.endDate = new ICAL.Time(endDate);
event.endDate.timezone = 'Europe/Zurich';

@@ -562,0 +566,0 @@ event.component.removeAllProperties('description');

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