
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@ladjs/gulp-envify
Advanced tools
Gulp plugin for envify without browserify
npm install --save-dev gulp-envify
var envify = require('gulp-envify');
var environment = {
NODE_ENV: 'production'
};
gulp.task('compress', function() {
return gulp.src('lib/*.js')
.pipe(envify(environment))
.pipe(gulp.dest('dist'));
});
FAQs
Gulp plugin for envify without browserify (maintained fork).
The npm package @ladjs/gulp-envify receives a total of 887 weekly downloads. As such, @ladjs/gulp-envify popularity was classified as not popular.
We found that @ladjs/gulp-envify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.