
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
auto-push-webpack-plugin
Advanced tools
打包完成后自动推动到指定分支
仅支持 git ssh
连接 请确保有推送权限
默认分支为 dist
请添加 .gitignore
忽略 .auto_push_dir
目录
支持 Webapck 4.x
安装
# use npm
npm install auto-push-webpack-plugin
# or yarn
yarn add auto-push-webpack-plugin
// webpack configure
const webpackConfigure: webpack.Configure = {
plugins: [
// ... other plugins
new AutoPushWebpackPlugin({
// is required
repo: 'git@github.com:heyikang/auto-push-webpack-plugin.git',
branch: 'dist' // default value dist
sleep: 2000, // default value 2000 type is number
})
]
}
// webpack configure
module.exports = {
plugins: [
// ... other plugins
new AutoPushWebpackPlugin({
// is required
repo: 'git@github.com:heyikang/auto-push-webpack-plugin.git',
branch: 'dist' // default value dist
sleep: 2000, // default value 2000 type is number
})
]
}
MIT
FAQs
Automated push to specified branch after build
We found that auto-push-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.