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

webpack-sftp-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-sftp-client

a plugin for webpack as an sftp client

1.1.1
Version published
Weekly downloads
43
230.77%
Maintainers
1
Weekly downloads
 
Created

webpack-sftp-client

Use this module like,

import WebpackSftpClient from 
new WebpackSftpClient({
    port: '22',
    host: 'exmaple.com',
    username: 'root',
    password: 'password',
    path: './build/',
    remotePath: '/data/website/demo/'
})

Keywords

FAQs

Package last updated on 23 May 2016

Did you know?

Socket

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