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.
gulp-github-release-maker
Advanced tools
#Gulp GitHub release maker
npm i --save-dev gulp-github-release-maker
Add the following to your gulpfile.js
:
'use strict';
var gulp = require('gulp');
var githubRelease = require('gulp-github-release-maker');
gulp.task('release:changelog', function (done) {
githubRelease.showChangelog(done);
});
gulp.task('release:do:patch', function (done) {
githubRelease.createRelease({ type: 'patch' }, done);
});
gulp.task('release:do:minor', function (done) {
githubRelease.createRelease({ type: 'minor' }, done);
});
gulp.task('release:do:major', function (done) {
githubRelease.createRelease({ type: 'major' }, done);
});
The release:changelog
command will show the pull requests merged since your last tag.
The release:do:*
commands will:
package.json
according to the type
optionFAQs
Simple gulp plugin to create a GitHub release
The npm package gulp-github-release-maker receives a total of 1 weekly downloads. As such, gulp-github-release-maker popularity was classified as not popular.
We found that gulp-github-release-maker 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 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.