Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

faster-webpack-upload-plugin

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faster-webpack-upload-plugin - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

8

package.json
{
"name": "faster-webpack-upload-plugin",
"version": "1.2.1",
"version": "1.2.2",
"author": "WangTieZhu92",

@@ -21,6 +21,6 @@ "license": "996.ICU",

"dependencies": {
"chalk": "1.1.3",
"single-line-log": "1.1.2",
"ssh2-sftp-client": "2.4.3"
"chalk": "^1.1.3",
"single-line-log": "^1.1.2",
"ssh2-sftp-client": "^7.0.4"
}
}

@@ -5,3 +5,4 @@ # faster-webpack-upload-plugin

![](https://img.shields.io/npm/v/faster-webpack-upload-plugin.svg)
![](https://img.shields.io/npm/l/faster-webpack-upload-plugin.svg)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)

@@ -47,3 +48,3 @@ [![NPM](https://nodei.co/npm/faster-webpack-upload-plugin.png)](https://nodei.co/npm/faster-webpack-upload-plugin/)

clearFolder|Clear remote path files for the first time|Boolean|false
fileIgnores|Files didn't upload(matching file name with file path)|Array\<RegExp\>|(none)
fileIgnores|Files didn't upload(matching file path + file name)|Array\<RegExp\>|(none)

@@ -54,2 +55,7 @@ for other options you can see https://github.com/mscdex/ssh2#client-methods

### 1.2.2
```
- fix: ssh2 securty problem
```
### 1.2.1

@@ -56,0 +62,0 @@ ```

@@ -5,4 +5,2 @@ 'use strict'

const chalk = require('chalk');
const fs = require('fs');
const path = require('path');
const ProgressBar = require('./utils/ProgressBar');

@@ -133,3 +131,3 @@

let folder = remote.substr(0, remote.lastIndexOf("/"));
const split = folder.replace(this.options.remotePath, "").split("/");
folders && folderSet.add(folder);

@@ -136,0 +134,0 @@

@@ -0,0 +0,0 @@ const slog = require('single-line-log').stdout;

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