Socket
Socket
Sign inDemoInstall

tsdav

Package Overview
Dependencies
13
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

2.0.9

Diff

Changelog

Source

v2.0.9

improvements

  • fixed #181 where a null check is missing.
  • fixed doc example, thanks to #175
  • added docs related to smart calendar syncing #138
natelindev
published 2.0.8 •

Changelog

Source

v2.0.8

improvements etag of DAVObject is now optional fixing #158

natelindev
published 2.0.7 •

Changelog

Source

v2.0.7

features new option headersToExclude on all possible functions, allow precise control on request headers, fixing #166

improvements updated dependencies

natelindev
published 2.0.6 •

Changelog

Source

v2.0.6

improvements

updated dependencies, fixing #159

natelindev
published 2.0.5 •

Changelog

Source

v2.0.5

features

DAVClient supports digest auth and custom auth, please go to authHelpers page in docs for more details.

fetchCalendars now supports projectedProps, previously customProps passed in will not get projected to fetched result properly. with this object map you can map your custom prop to fetched result thanks to @m0dch3n

improvements

calendarMultiGet will not send <filter/> element if custom filters are null or undefined thanks to @jelmer

docs improvement thanks to @MathisFrenais

typescript type improvement thanks to @zomars

natelindev
published 2.0.4 •

Changelog

Source

v2.0.4

features

  • new option useMultiGet for fetchCalendarObjects and fetchVCards which controls the underlying fetching function to better support fetching from providers which does not support multiGet functions

improvements

  • improved documentation
  • improved typescript types
  • updated deps
  • added .mjs,.cjs,.min.mjs and .min.cjs versions
natelindev
published 2.0.3 •

Changelog

Source

v2.0.3

improvements

  • added support for davical
  • fixed a bug related to expand #116
  • updated deps
natelindev
published 2.0.2 •

Changelog

Source

v2.0.2

improvements

  • fixed dependency issues #103
  • updated deps
natelindev
published 2.0.1 •

Changelog

Source

v2.0.1

improvements

  • Add missing attribute to makeCalendar method #93, Thanks to @nibdo
  • updated dependencies
natelindev
published 2.0.0 •

Changelog

Source

v2.0.0

features

  • etag param on updateObject is now optional, since some caldav servers will throw error if we use If-Match headers.

improvements

  • fixed collection query not handling empty result properly.
  • createObject requests now send If-None-Match: * to avoid accidental overwrite.
  • depth header and others are now able be to overwritten by user specified headers.
  • tested with zoho
23Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc