Socket
Socket
Sign inDemoInstall

cozy-ical

Package Overview
Dependencies
8
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.21 to 1.1.22

5

lib/event.js

@@ -49,3 +49,3 @@ // Generated by CoffeeScript 1.8.0

location: this.place,
uid: this.id,
uid: this.uid || this.id,
description: this.details,

@@ -109,2 +109,5 @@ allDay: allDay,

}
if (model.uid != null) {
event.uid = model.uid;
}
event.description = model.summary || '';

@@ -111,0 +114,0 @@ event.details = model.description || '';

2

package.json
{
"name": "cozy-ical",
"version": "1.1.21",
"version": "1.1.22",
"description": "Cozy-Ical provides ICal Parser, generators and helpers",

@@ -5,0 +5,0 @@ "main": "lib/index",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc