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 Compare versions

Comparing version 5.0.0-r4 to 5.0.0

1

CHANGELOG.md

@@ -11,2 +11,3 @@ # WebDAV-Client changelog

* [#332](https://github.com/perry-mitchell/webdav-client/issues/332) HA1 support for Digest authentication
* [#341](https://github.com/perry-mitchell/webdav-client/pull/341) Preserve stringified numbers with leading zeros
* **Bugfix**:

@@ -13,0 +14,0 @@ * [#204](https://github.com/perry-mitchell/webdav-client/issues/204) Missing engine restriction for Node

3

dist/node/tools/dav.js

@@ -51,3 +51,4 @@ import path from "path-posix";

arrayMode: false,
ignoreNameSpace: true
ignoreNameSpace: true,
parseTrueNumberOnly: true
// // We don't use the processors here as decoding is done manually

@@ -54,0 +55,0 @@ // // later on - decoding early would break some path checks.

{
"name": "webdav",
"version": "5.0.0-r4",
"version": "5.0.0",
"description": "WebDAV client for NodeJS",

@@ -5,0 +5,0 @@ "exports": {

Sorry, the diff of this file is too big to display

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