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

webdav

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdav - npm Package Compare versions

Comparing version 4.11.1 to 4.11.2

6

CHANGELOG.md
# WebDAV-Client changelog
## v4.11.2
_2022-11-19_
* **Bugfix**:
* [#323](https://github.com/perry-mitchell/webdav-client/issues/323) Cannot use namespace `HotPatcher` as a type
## v4.11.1

@@ -4,0 +10,0 @@ _2022-11-19_

2

dist/node/compat/patcher.d.ts

@@ -1,2 +0,2 @@

import HotPatcher from "hot-patcher";
import { HotPatcher } from "hot-patcher";
export declare function getPatcher(): HotPatcher;
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPatcher = void 0;
var hot_patcher_1 = __importDefault(require("hot-patcher"));
var hot_patcher_1 = require("hot-patcher");
var __patcher = null;
function getPatcher() {
if (!__patcher) {
__patcher = new hot_patcher_1.default();
__patcher = new hot_patcher_1.HotPatcher();
}

@@ -13,0 +10,0 @@ return __patcher;

@@ -1,2 +0,2 @@

import HotPatcher from "hot-patcher";
import { HotPatcher } from "hot-patcher";
export declare function getPatcher(): HotPatcher;
{
"name": "webdav",
"version": "4.11.1",
"version": "4.11.2",
"description": "WebDAV client for NodeJS",

@@ -65,3 +65,3 @@ "main": "dist/node/index.js",

"he": "^1.2.0",
"hot-patcher": "^0.5.0",
"hot-patcher": "^1.0.0",
"layerr": "^0.1.2",

@@ -68,0 +68,0 @@ "md5": "^2.3.0",

@@ -1,2 +0,2 @@

import HotPatcher from "hot-patcher";
import { HotPatcher } from "hot-patcher";
export declare function getPatcher(): HotPatcher;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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