Socket
Socket
Sign inDemoInstall

unifile-webdav

Package Overview
Dependencies
70
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    unifile-webdav

WebDav plugin for Unifile


Version published
Weekly downloads
12
increased by9.09%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Unifile WebDAV

This is a plugin for Unifile to use WebDAV services with it.

To include it in Unifile, you first need to install it

# Node 6+
$ npm install unifile-webdav -S

# Node 8+
$ npm install unifile-webdav

Then, you'll have to register it to unifile

const Unifile = require('unifile');
const UnifileWebDAV = require('unifile-webdav');

const unifile = new Unifile();

// Register a new connector
unifile.use(new UnifileWebDAV({redirectUri: 'http://localhost:3000/callback'}));

Keywords

FAQs

Last updated on 17 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc