
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
vue-cli-plugin-gh-pages
Advanced tools
Vue CLI plugin to publish to GitHub pages (or any other branch anywhere else).
vue add gh-pages
N.B. This plugin requires Git >=1.9.
npm run gh-pages
The generator automatically adds this script, however, you are free to modify this.
This package is a wrapper around gh-pages, so the same options apply to this package. Please see the documentation of gh-pages for a list of supported options. These options must be defined in vue.config.js
under pluginOptions.ghPages
e.g.
module.exports = {
pluginOptions: {
ghPages: {
message: 'Updates',
},
},
};
All options can also be set using the Vue CLI UI. In addition, most options can also be defined on the command line. Please run npm run gh-pages -- --help
to see a list of supported CLI options.
The message
and tag
options can be a function and their return value will be used. This allows you to create, for example, time based commit messages or create a tag based on certain information.
N.B. When these options are defined as a function, they can not be edited using the Vue CLI UI!
Please see CHANGELOG for more information about what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please contact Jasper Zonneveld directly or report to NPM instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package is not affiliated with nor endorsed by GitHub. GitHub is a registered trademark of GitHub Inc.
This package is a Vue CLI plugin wrapping gh-pages. Many thanks to Tim Schaub for his excellent package!
[2.0.0] - 2022-02-22
FAQs
Vue CLI plugin to publish to GitHub pages
The npm package vue-cli-plugin-gh-pages receives a total of 5 weekly downloads. As such, vue-cli-plugin-gh-pages popularity was classified as not popular.
We found that vue-cli-plugin-gh-pages 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.