
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
gulp-task-manager
Advanced tools
Gulp Task Manager is a package to help simplify creating guplfiles
var gulp = require('gulp');
var gulpTaskManager = require('gulp-task-manager');
var config = require('./exampleConfig');
gulpTaskManager.addTasks([
require('./task/newTask')
]);
//Load only the tasks you need
gulpTaskManager.load([
'clean',
'move-externals'
], gulp, config);
//Create new tasks using tasks from gulp-task-manager
gulp.task('build', ['clean', 'move-externals']);
FAQs
Easily re-use existing gulp tasks to speed up gulpfile development
The npm package gulp-task-manager receives a total of 3 weekly downloads. As such, gulp-task-manager popularity was classified as not popular.
We found that gulp-task-manager 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.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.