
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
vue-cli-plugin-javascript-obfuscator
Advanced tools
Vue CLI plugin for JavaScript obfuscation using javascript-obfuscator@4.x
A Vue CLI plugin to automatically obfuscate JavaScript files using javascript-obfuscator@4.x
.
To install the plugin, run the following command:
vue add javascript-obfuscator
After installing the plugin, you can configure it in your vue.config.js file under the pluginOptions field.
Example Configuration:
// vue.config.js
module.exports = {
pluginOptions: {
javascriptObfuscator: {
// Files to include in obfuscation (can be a string or an array of strings/regex patterns)
includes: [
'app.*.js',
'**/chunk-libs.*.js', // Matches chunk-libs files for obfuscation
],
// Options for the javascript-obfuscator
obfuscatorOptions: {
compact: true, // Minify the code
disableConsoleOutput: false, // Keep console output
rotateStringArray: true, // Rotate the string array during obfuscation
identifierNamesGenerator: 'hexadecimal', // Use hexadecimal naming for identifiers
selfDefending: true, // Make the obfuscated code harder to read
},
},
},
};
FAQs
Vue CLI plugin for JavaScript obfuscation using javascript-obfuscator@4.x
The npm package vue-cli-plugin-javascript-obfuscator receives a total of 21 weekly downloads. As such, vue-cli-plugin-javascript-obfuscator popularity was classified as not popular.
We found that vue-cli-plugin-javascript-obfuscator demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.