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

gulp-vsftppro

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-vsftppro - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "gulp-vsftppro",
"version": "0.0.2",
"version": "0.0.3",
"description": "Upload files via SSH",

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

@@ -0,1 +1,5 @@

![](https://img.shields.io/npm/v/gulp-vsftppro.svg?style=flat-square)
![](https://img.shields.io/david/cnpm/npminstall.svg?style=flat-square)
![](https://img.shields.io/npm/dm/gulp-vsftppro.svg?style=flat-square)
![](https://img.shields.io/npm/l/gulp-vsftppro.svg)
该插件是基于`gulp-vsftp`修改的,增加了备份和上传七牛cdn的功能

@@ -20,3 +24,3 @@

### 上传七牛
#### 上传七牛

@@ -39,3 +43,3 @@ 将 dist/static 文件夹下的所有资源上传到七牛

### 上传文件服务器
#### 上传文件服务器

@@ -58,3 +62,3 @@ 将 dist/index.html 文件上传到服务器

### index.html 文件回滚
#### index.html 文件回滚

@@ -80,4 +84,8 @@ 将 remotePath 根目录下backupIndexHtml文件夹下的 index.html copy 到 remotePath

先将资源文件上传到七牛或其他CDN,在将 .html 文件上传到服务器
先将资源文件上传到七牛或其他CDN,再将 .html 文件上传到服务器
gulp.task('dev', ['uploadQn', 'uploadServer'])
```
gulp.task('dev', ['uploadQn', 'uploadServer'])
```
最后欢迎 `star` 或提 `issues` 或 `PR` ,一起来完善插件👏👏👏
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