Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
gulp-src-ordered-globs
Advanced tools
gulp.src() wrapper which respects the globs array order (for gulp 3.x) - https://github.com/gulpjs/gulp/issues/837
NOTE: this package should be used with gulp 3.x only, gulp 4's gulp.src()
will already have this functionality built-in.
gulp.src()
wrapper which respects the globs array order (for gulp 3.x) - https://github.com/gulpjs/gulp/issues/837
npm install --save-dev gulp-src-ordered-globs
var gulpSrc = require('gulp-src-ordered-globs');
gulpSrc(['src/**', '!src/**/*.js', 'src/vendor/**/*.js'], { base: 'src' })
.pipe(gulp.dest('dist'));
gulp-src-ordered-globs's signature is pretty much identical to gulp.src
's. Just note that the first argument must be an array of globs (otherwise you'd get no advantage from using gulp-src-ordered-globs anyway).
base
option; fix unit tests; change code style; Readme: add note about gulp 4.FAQs
gulp.src() wrapper which respects the globs array order (for gulp 3.x) - https://github.com/gulpjs/gulp/issues/837
We found that gulp-src-ordered-globs 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.