Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
ember-cli-jscrambler
Advanced tools
The version's compatibility table match your Jscrambler Version with the Jscrambler Ember Client. Please make sure you install the right version, otherwise some functionalities might not work properly.
Jscrambler Version | Client and Integrations |
---|---|
<= 7.1 | <= 5.x.x |
>= 7.2 | >= 6.0.0 |
ember install ember-cli-jscrambler
After installing ember-cli-jscrambler
it will automatically hook into the build
pipeline. In order to protect your code you need to add a .jscramblerrc file to the root of your directory your JS files will them be protected in production builds.
If you want to customize how ember-cli-jscrambler
is running Jscrambler under the
hood you can exclude specific files by specifying them as it follows
// ember-cli-build.js
var app = new EmberApp({
'ember-cli-jscrambler': {
exclude: ['assets/vendor.js'],
}
});
exclude?: string[]
: A list of paths or globs to exclude from minificationFAQs
Jscrambler JavaScript protection for Ember-CLI
The npm package ember-cli-jscrambler receives a total of 164 weekly downloads. As such, ember-cli-jscrambler popularity was classified as not popular.
We found that ember-cli-jscrambler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.