Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
aster-uglify
Advanced tools
Minify scripts with UglifyJS2 in aster.
First, install aster-uglify
as a development dependency:
npm install --save-dev aster-uglify
Then, add it to your build script:
var aster = require('aster');
var uglify = require('aster-uglify');
aster.src('src/**/*.js')
.map(uglify({
mangle: true,
compress: {
unsafe: true
}
}))
.map(aster.dest('dist'))
.subscribe(aster.runner);
Type: Boolean
Default: false
Mangle names.
Type: Object
Default: false
See available list of options here.
FAQs
Minify scripts with UglifyJS2 in aster.
The npm package aster-uglify receives a total of 9 weekly downloads. As such, aster-uglify popularity was classified as not popular.
We found that aster-uglify 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.