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

webdav-test

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdav-test - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

1

dist/interface/moveFile.js

@@ -19,2 +19,3 @@ "use strict";

};
console.log(fetchURL);
return fetch(fetchURL, fetchOptions).then(responseHandlers.handleResponseCode);

@@ -21,0 +22,0 @@ }

@@ -8,2 +8,6 @@ "use strict";

function request(url, options) {
console.log("REQUEST: URL");
console.log(url);
console.log("REQUEST: OPTIONS");
console.log(options);
return fetchMethod(url, options);

@@ -10,0 +14,0 @@ }

5

dist/url.js

@@ -23,4 +23,3 @@ "use strict";

var normalisedPath = pathStr;
console.log("normalisePath");
console.log(normalisedPath);
if (normalisedPath[0] !== "/") {

@@ -32,2 +31,4 @@ normalisedPath = "/" + normalisedPath;

}
console.log("normalisePath");
console.log(decodeURIComponent(normalisedPath));
return decodeURIComponent(normalisedPath);

@@ -34,0 +35,0 @@ }

{
"name": "webdav-test",
"version": "1.1.1",
"version": "1.1.2",
"description": "WebDAV client for NodeJS",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -22,2 +22,3 @@ "use strict";

};
console.log(fetchURL);
return fetch(fetchURL, fetchOptions).then(

@@ -24,0 +25,0 @@ responseHandlers.handleResponseCode

@@ -8,2 +8,6 @@ "use strict";

function request(url, options) {
console.log("REQUEST: URL");
console.log(url);
console.log("REQUEST: OPTIONS");
console.log(options);
return fetchMethod(url, options);

@@ -10,0 +14,0 @@ }

@@ -23,4 +23,3 @@ "use strict";

let normalisedPath = pathStr;
console.log("normalisePath");
console.log(normalisedPath);
if (normalisedPath[0] !== "/") {

@@ -32,2 +31,4 @@ normalisedPath = "/" + normalisedPath;

}
console.log("normalisePath");
console.log(decodeURIComponent(normalisedPath));
return decodeURIComponent(normalisedPath);

@@ -34,0 +35,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