Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

ember-cli-jscrambler

Package Overview
Dependencies
Maintainers
12
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-jscrambler

Jscrambler Code Integrity protection for Ember-CLI

latest
Source
npmnpm
Version
8.4.31
Version published
Weekly downloads
325
1254.17%
Maintainers
12
Weekly downloads
 
Created
Source

Jscrambler

Jscrambler Code Integrity for Ember-CLI

Jscrambler Code Integrity is a JavaScript protection technology for Web and Mobile Applications. Its main purpose is to enable JavaScript applications to become self-defensive and resilient to tampering and reverse engineering.

If you're looking to gain control over third-party tags and achieve PCI DSS compliance please refer to Jscrambler Webpage Integrity.

Version Compatibility

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 VersionClient and Integrations
<= 7.1<= 5.x.x
>= 7.2>= 6.0.0

Installation

ember install ember-cli-jscrambler

Usage

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'],
  }
});

Options

  • exclude?: string[]: A list of paths or globs to exclude from minification

Keywords

ember-addon

FAQs

Package last updated on 26 Sep 2025

Did you know?

Socket

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.

Install

Related posts