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

@tuia/oss-webpack-plugin

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tuia/oss-webpack-plugin

推啊系统后台自动上传工具

latest
npmnpm
Version
1.0.3
Version published
Maintainers
8
Created
Source

推啊系统后台自动上传工具

Usage

  • package.json
  "@tuia/oss-webpack-plugin":"^1.0.2"
  • build/build.js
const path = require('path');

const OssWebpackPlugin = require('@tuia/oss-webpack-plugin');

(async () => {
  const uploader = await new OssWebpackPlugin({
    dir: path.join(__dirname, '../dist/'),
    originDir: '/tuia/dist/'
  })

  await uploader.start()
})()

  • 直接从tuia-auto-upload迁移:
// step1
const TuiaAutoUpload = require('tuia-auto-upload');
↓
const OssWebpackPlugin = require('@tuia/oss-webpack-plugin');
// step2
new TuiaAutoUploadnew OssWebpackPlugin

FAQs

Package last updated on 26 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