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.20 to 2.6.21

2

dist/index.js

@@ -582,5 +582,5 @@ "use strict";

const events = [];
let isRecurring = false;
if (eventsData.length) {
for (const eventData of eventsData) {
let isRecurring = false;
const calData = ICAL.parse(eventData.event);

@@ -587,0 +587,0 @@ const comp = new ICAL.Component(calData);

{
"name": "@coozzy/cal-dav",
"version": "2.6.20",
"version": "2.6.21",
"description": "Simple cal dav client.",

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

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

const events: ICAL.EventOccurrence[] = [];
let isRecurring = false;
if(eventsData.length){
for(const eventData of eventsData){
let isRecurring = false;
const calData = ICAL.parse(eventData.event);

@@ -766,0 +766,0 @@ const comp = new ICAL.Component(calData);

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