rollup-js-confuser
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

rollup-js-confuser

A rollup plugin based on js-confuser with the purpose to obfuscate javascript.

Install

npm i -D rollup-js-confuser

How to

import { confuse } from 'rollup-js-confuser';

return {
  ...yourOptions,
  plugins: [
    ...
    confuse()
    ...
  ]
};

Options

For options take a look here.

Readme

Keywords

Package Sidebar

Install

npm i rollup-js-confuser

Weekly Downloads

6

Version

0.2.2

License

MIT

Unpacked Size

4.45 kB

Total Files

5

Last publish

Collaborators

  • ayecue