webdav-tulip
Advanced tools
Comparing version 1.0.0-rc3 to 1.0.0-rc4
{ | ||
"name": "webdav-tulip", | ||
"version": "1.0.0-rc3", | ||
"version": "1.0.0-rc4", | ||
"description": "WebDAV client for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "source/index.js", |
@@ -44,2 +44,3 @@ var path = require("path"); | ||
function processDirectoryResult(dirPath, dirResult, targetOnly) { | ||
console.log("processDirectoryResults"); | ||
var items = [], | ||
@@ -65,2 +66,4 @@ responseItems = []; | ||
dirPath = decodeURI(dirPath); | ||
console.log(dirPath); | ||
console.log(sanitisedFilePath); | ||
var filename = processDirectoryResultFilename( | ||
@@ -67,0 +70,0 @@ dirPath, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285407
1890