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

@coozzy/cal-dav

Package Overview
Dependencies
Maintainers
2
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.4 to 2.1.0

4

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

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"@coozzy/logger": "1.2.2",
"axios": "0.27.2",
"axios": "1.2.1",
"ical.js": "1.5.0",

@@ -33,0 +33,0 @@ "moment": "2.29.4",

import Axios, {AxiosResponse, AxiosInstance} from 'axios';
import moment from 'moment';
export interface CalDavService {

@@ -184,3 +183,3 @@ getEventByUrl(eventUrl: string): Promise<AxiosResponse>;

}
});
});
};

@@ -210,3 +209,3 @@

}
});
});
};

@@ -277,2 +276,2 @@

}
}
}
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