New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webdav

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdav - npm Package Versions

1
79
11

1.6.1

Diff
perrymitchell
published 1.6.1 •

Changelog

Source

1.6.1

2018-10-06

  • #109 getDirectoryContents fails on Seafile responses
  • Remove dependency on just a handful of namespaces for multistatus responses
perrymitchell
published 1.6.0 •

Changelog

Source

1.6.0

2018-09-15

  • Update dependencies, audit vulnerabilities
perrymitchell
published 1.5.5 •

Changelog

Source

1.5.5

2018-09-13

  • #104 path.posix failed in browserify
  • Dev:
    • Webpack & KarmaJS dev testing in Chrome
perrymitchell
published 1.5.4 •

Changelog

Source

1.5.4

2018-09-11

  • #101 getDirectoryContents fails on windows
  • #98 Moving items fails when destination contains spaces
perrymitchell
published 1.5.3 •

Changelog

Source

1.5.3

2018-07-07

  • (#91 #93): Bugfix: Encoding issues with special characters
perrymitchell
published 1.5.2 •

Changelog

Source

1.5.2

2018-03-25

  • Fix bug where requesting directory contents at paths with trailing slashes would return parent directory in results
perrymitchell
published 1.5.1 •

Changelog

Source

1.5.1

2018-03-23

  • (#81): Bad encoding when paths are prefixed with directory separator
perrymitchell
published 1.5.0 •

Changelog

Source

1.5.0

2018-03-19

  • Add OAuth2 authentication support (via token)
  • Add getFileDownloadLink method
perrymitchell
published 1.4.0 •

Changelog

Source

1.4.0

2018-03-13

  • Add copyFile method
perrymitchell
published 1.3.0 •

Changelog

Source

1.3.0

2018-03-07

  • Change deepmerge dependency to merge
  • (#79): getFileContents arrayBuffer default causes incompatibilities
    • Use buffer() where available, and fallback to arrayBuffer() otherwise