gulp-webdav-sync
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -589,3 +589,3 @@ // gulp-webdav-sync, a webdav client as a gulp plugin | ||
} | ||
if ( !/application\/xml/.test( res.headers['content-type'] ) ) { | ||
if ( !/(application|text)\/xml/i.test( res.headers['content-type'] ) ) { | ||
callback( err, res, null ) | ||
@@ -592,0 +592,0 @@ } |
{ | ||
"name": "gulp-webdav-sync", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Deploy files and folders via WebDAV", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
66890
6
770