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 - npm Package Compare versions

Comparing version

to
1.1.2

{
"name": "webpack-sftp-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "a plugin for webpack as an sftp client",

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

# webpack-sftp-client
Use this module like,
## Install
```
import WebpackSftpClient from
npm install webpack-sftp-client
```
## Usage
```
var WebpackSftpClient = require('webpack-sftp-client');
new WebpackSftpClient({

@@ -16,1 +23,5 @@ port: '22',

```
Copyright (c) 2016 - 2017 zhangyuhang
MIT (http://www.opensource.org/licenses/mit-license.php)