
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
gulp-rb-validate-minified
Advanced tools
Gulp plugin to check if file is minified correctly according to Web Frontend Guidelines
#Installation
Install package with NPM and add it to your development dependencies:
npm install gulp-rb-validate-minified --save-dev
#Usage
var rbminified = require('gulp-rb-validate-minified');
gulp.task('rb-validate', function () {
gulp.src('dist/**/*.{css,js}')
.pipe(rbminified());
});
var rbpackage = require('gulp-rb-validate-minified');
gulp.task('rb-validate', function () {
gulp.src('dist/**/*.{css,js}')
.pipe(rbminified({
exitOnError: true
});
});
#Parameters
Exit with code 1 if an error with obligation level red is found.
FAQs
Gulp plugin to check if file is minified correctly according to Web Frontend Guidelines
The npm package gulp-rb-validate-minified receives a total of 0 weekly downloads. As such, gulp-rb-validate-minified popularity was classified as not popular.
We found that gulp-rb-validate-minified 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
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.