
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
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');
//Optional: Pass in a path to all your tasks
var gulpTaskManager = new GulpTaskManager('./tasks');
var config = require('./exampleConfig');
gulpTaskManager.addTasks([
require('./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 7 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

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.