Socket
Socket
Sign inDemoInstall

ember-cli-jscrambler

Package Overview
Dependencies
Maintainers
12
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-jscrambler

Jscrambler JavaScript protection for Ember-CLI


Version published
Maintainers
12
Created
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

Package last updated on 14 May 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc