Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

ember-cli-jscrambler

Package Overview
Dependencies
71
Maintainers
12
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-cli-jscrambler

Jscrambler JavaScript protection for Ember-CLI


Version published
Weekly downloads
4
decreased by-20%
Maintainers
12
Created
Weekly downloads
 

Readme

Source

ember-cli-jscrambler

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

FAQs

Last updated on 14 May 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc