faster-webpack-upload-plugin
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
70
0
8802
4
147
+ Addedbcrypt-pbkdf@1.0.2(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedbuildcheck@0.0.6(transitive)
+ Addedconcat-stream@2.0.0(transitive)
+ Addedcpu-features@0.0.10(transitive)
+ Addederr-code@2.0.3(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addednan@2.22.0(transitive)
+ Addedpromise-retry@2.0.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedretry@0.12.0(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedssh2@1.16.0(transitive)
+ Addedssh2-sftp-client@7.2.3(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedtweetnacl@0.14.5(transitive)
+ Addedtypedarray@0.0.6(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedsemver@5.7.2(transitive)
- Removedssh2@0.6.2(transitive)
- Removedssh2-sftp-client@2.4.3(transitive)
- Removedssh2-streams@0.2.1(transitive)
- Removedstreamsearch@0.1.2(transitive)
Updatedchalk@^1.1.3
Updatedsingle-line-log@^1.1.2
Updatedssh2-sftp-client@^7.0.4