Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
grunt-release-hg-bower
Advanced tools
This plugin automates the release process for mercurial projects that are being packaged using bower.
This plugin automates the release process for mercurial projects that are being packaged using bower.
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-release-hg-bower --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-release-hg-bower');
In your project's Gruntfile, add a section named bower_release
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
bower_release: {
options: {
githubEndpoint: "https://github.com/<your_github_account_name>/<your_release_repo_name>.git"
},
you_target_here: {
src: [
//your specific files to be released here...
'**/*.js',
'README.md'
]
}
},
});
Type: String
Default value: ', '
A string value that is used to do something with whatever.
Type: String
Default value: '.'
A string value that is used to do something else with whatever else.
Here are the default options.
grunt.initConfig({
bower_release: {
options: {
githubEndpoint: "https://github.com/<your_github_account_name>/<your_release_repo_name>.git",
stagingDirectoryName: "__glueGruntStaging",
ticketSystem: undefined
},
you_target_here: {
src: [
//your specific files to be released here...
]
}
},
});
In this example, we are turning on the fogbugz integration. If you then specify case(s) in your commit message the bower release will contain links to those cases in its commit message. Here is the format used to match cases in the commit message '/case[s]?.{1}\s*(?:\W*([0-9]+))*/ig'
grunt.initConfig({
bower_release: {
options: {
githubEndpoint: "https://github.com/<your_github_account_name>/<your_release_repo_name>.git",
ticketSystem: 'fogbugz'
},
you_target_here: {
src: [
//your specific files to be released here...
]
}
},
});
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Version 1.0.0 initial release supports releasing Hg repos to bower using the version information from the commit message. It also supports fogbugz case linking if specified in the commit message.
FAQs
This plugin automates the release process for mercurial projects that are being packaged using bower.
The npm package grunt-release-hg-bower receives a total of 16 weekly downloads. As such, grunt-release-hg-bower popularity was classified as not popular.
We found that grunt-release-hg-bower demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.