New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

devlop-dist

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devlop-dist

上传静态资源到服务器上,替换baseURL,并自动创建备份目录history

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

功能

上传静态资源到服务器上,替换baseURL,并自动创建备份目录history

运行环境

nodev10.15.3

运行方式

在项目根目录创建run.js文件:

const devlop=require('../devlop')
const config={
    host: '47.94.221.203',
    username: 'root',
    port: 22,
    password:'123456',
    path:'/root/FE/realbox/',
    baseURL:'http://47.104.154.39:8881'

}
devlop(config)

命令行执行node run.js

Keywords

devlop

FAQs

Package last updated on 05 Sep 2019

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