
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
boar-tasks
Advanced tools
[](https://david-dm.org/emartech/boar-tasks)
var config = require('./tasks.config');
var tasks = require('boar-tasks').getTasks(gulp, config);
Deploying to S3 and registering files in Emarsys Redirector service.
gulp.task('publish', ['publish-s3', 'publish-redirector']);
gulp.task('publish-s3', function() { return tasks.s3.publish(); });
gulp.task('publish-redirector', function() { return tasks.redirector.save(); });
By default Boar-tasks will use a timestamp based revision on the s3.publish and the redirector.save tasks. If you prefer to use the version number as revision from the package.json then change the revision.type property of the task configuration to package.
If you would like to setup the revision by yourself you can define it in two different ways:
gulp publish --revision myCustomRevision
var revision = 'myCustomRevision';
gulp.task('publish', ['publish-s3', 'publish-redirector']);
gulp.task('publish-s3', function() { return tasks.s3.publish(revision); });
gulp.task('publish-redirector', function() { return tasks.redirector.save(revision); });
FAQs
[](https://david-dm.org/emartech/boar-tasks)
We found that boar-tasks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.