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 1.2.0 to 1.2.1

6

CHANGELOG.md
# WebDAV-client changelog
## 1.2.0
_2018-02-24_
* ([#74](https://github.com/perry-mitchell/webdav-client/issues/74)): TypeError: res.buffer is not a function (`ArrayBuffer` replaces `Buffer` for node-fetch)
* ([#66](https://github.com/perry-mitchell/webdav-client/issues/66)): Special characters break output (unicode/non-latin encoding)
## 1.1.2

@@ -4,0 +10,0 @@ _2018-02-21_

4

package.json
{
"name": "webdav",
"version": "1.2.0",
"version": "1.2.1",
"description": "WebDAV client for NodeJS",

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

"dependencies": {
"deepmerge": "~2.0.1",
"deepmerge": "~1.5.2",
"node-fetch": "~2.0.0",

@@ -48,0 +48,0 @@ "url-join": "~4.0.0",

@@ -1,4 +0,5 @@

# WebDAV client
A WebDAV client written in JavaScript for NodeJS.
![WebDAV](https://raw.githubusercontent.com/perry-mitchell/webdav-client/master/webdav.jpg)
> A WebDAV client written in JavaScript for NodeJS.
[![Build Status](https://travis-ci.org/perry-mitchell/webdav-client.svg?branch=master)](https://travis-ci.org/perry-mitchell/webdav-client) [![npm version](https://badge.fury.io/js/webdav.svg)](https://www.npmjs.com/package/webdav) ![monthly downloads](https://img.shields.io/npm/dm/webdav.svg)

@@ -5,0 +6,0 @@

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