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

auto-upload-package-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-upload-package-plugin

webpack插件,将打好的包自动部署到服务器。

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Description

webpack插件,将打好的包自动部署到服务器。
auto upload your build package to the server.

Example

npm i auto-upload-package-plugin
import AutoUploadPackagePlugin from 'auto-upload-package-plugin'
new AutoUploadPackagePlugin({
  host: '192.168.1.1'
  username: 'root',
  password: 'abc123.',
  directory: '/root/myProject'
})

Keywords

deploy

FAQs

Package last updated on 07 May 2022

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