webdav-tulip-2
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "webdav-tulip-2", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "WebDAV client for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "source/index.js", |
@@ -68,3 +68,3 @@ var path = require("path"); | ||
console.log(dirPath); | ||
dirPath = decodeURIComponent(dirPath); | ||
// dirPath = decodeURIComponent(dirPath); | ||
var filename = processDirectoryResultFilename( | ||
@@ -71,0 +71,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
66589