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

@coozzy/cal-dav

Package Overview
Dependencies
Maintainers
1
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.0.1 to 2.0.2

10

dist/index.js

@@ -226,6 +226,8 @@ "use strict";

for (let i = 0; i < events.length; i++) {
/* eslint-disable security/detect-object-injection */
const urlParts = eventsData[i].url.split('/');
events[i].component.addPropertyWithValue('url', urlParts[urlParts.length - 1]);
/* eslint-enable security/detect-object-injection */
if (eventsData[i] && eventsData[i].url) {
/* eslint-disable security/detect-object-injection */
const urlParts = eventsData[i].url.split('/');
events[i].component.addPropertyWithValue('url', urlParts[urlParts.length - 1]);
/* eslint-enable security/detect-object-injection */
}
}

@@ -232,0 +234,0 @@

2

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

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

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