New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.18 to 2.4.19

0

dist/index.js

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

2

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

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

@@ -737,3 +737,6 @@ import * as ICAL from 'ical.js';

logger.debug(`${method}: ${events.length} events successfully parsed.`);
return events;
const sortedEvents = events.sort((a, b) => {
return a.startDate.toUnixTime() - b.startDate.toUnixTime();
});
return sortedEvents;
};

@@ -740,0 +743,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