New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webdav-tulip-2

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdav-tulip-2 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "webdav-tulip-2",
"version": "1.0.3",
"version": "1.0.4",
"description": "WebDAV client for NodeJS",

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

@@ -88,2 +88,3 @@ var xml2js = require("xml2js"),

parser.parseString(body, function (err, result) {
console.log('parseString result', result);
if (err) {

@@ -90,0 +91,0 @@ reject(err);

@@ -53,2 +53,3 @@ var path = require("path");

} catch (e) {}
console.log('responseItems');
console.log(responseItems);

@@ -65,2 +66,4 @@ responseItems.forEach(function(responseItem) {

.length;
console.log('responseItem');
console.log(sanitisedFilePath);
console.log(dirPath);

@@ -67,0 +70,0 @@ dirPath = decodeURIComponent(dirPath);

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