GitPedia
ghostdevv

ghostdevv/rollup-obfuscator

A plugin to obfuscate javascript for rollup based on https://www.npmjs.com/javascript-obfuscator

12 Releases
Latest: 2y ago
4.1.1v4.1.1Latest
ghostdevvghostdevv·2y ago·December 6, 2023
GitHub

📋 What's Changed

  • fix: optional chaining for this.debug by @GabrielMahan in https://github.com/ghostdevv/rollup-obfuscator/pull/149

New Contributors

  • @GabrielMahan made their first contribution in https://github.com/ghostdevv/rollup-obfuscator/pull/149
  • Full Changelog: https://github.com/ghostdevv/rollup-obfuscator/compare/v4.1.0...v4.1.1
4.1.0v4.1.0
ghostdevvghostdevv·2y ago·October 15, 2023
GitHub

📋 What's Changed

  • Feat: Limit plugin to vite build phase and run it at `post` stage. by @raphaelmenges in https://github.com/ghostdevv/rollup-obfuscator/pull/145
  • Support rollup v4 by @ghostdevv in https://github.com/ghostdevv/rollup-obfuscator/pull/146
  • Document v3 -> v4 by @ghostdevv in https://github.com/ghostdevv/rollup-obfuscator/pull/147

New Contributors

  • @raphaelmenges made their first contribution in https://github.com/ghostdevv/rollup-obfuscator/pull/145
  • Full Changelog: https://github.com/ghostdevv/rollup-obfuscator/compare/v4.0.0...v4.1.0
4.0.0v4.0.0
ghostdevvghostdevv·2y ago·August 23, 2023
GitHub

📋 Changes

  • BREAKING Remove `options.global`
  • BREAKING Require Node 16+
  • Add debug logs
  • Codebase cleanup
  • Update docs
  • Remove `options.global` from your codebase, the default is now false - If you experience any issues please pin to v3 and open an issue so we can cover your usecase
  • Ensure you are running Node 16+
3.0.2v3.0.2
ghostdevvghostdevv·3y ago·February 19, 2023
GitHub

📋 Changes

  • Update dependencies
3.0.1v3.0.1
ghostdevvghostdevv·4y ago·April 22, 2022
GitHub

📋 Changes

  • Fix global #115
  • Update dependencies
3.0.0v3.0.0
ghostdevvghostdevv·4y ago·April 19, 2022
GitHub

📋 Changes

  • Updated all deps
  • Exclude node_modules
  • Global option
  • Mention vite support
2.1.2v2.1.2
ghostdevvghostdevv·4y ago·April 15, 2022
GitHub

📋 Changes

  • Ignore node modules
2.1.1v2.1.1
ghostdevvghostdevv·4y ago·April 15, 2022
GitHub

Fix version of `javascript-obfuscator` back to `2.x`

2.1.0v2.1.0
ghostdevvghostdevv·4y ago·March 29, 2022
GitHub

📋 Changes

  • Dependencies Updated
  • Also uses renderChunk hook
  • Fix imports
  • Filters files
2.0.0v2.0.0
ghostdevvghostdevv·4y ago·September 21, 2021
GitHub

📋 Changes

  • Rewrote the package in typescript #2
  • General improvements to package structure
  • Moved to named export
1.0.1v1.0.1
ghostdevvghostdevv·5y ago·February 3, 2021
GitHub

📋 Changes

  • Fix exports
  • Fix test script
  • License file
1.0.0v1.0.0
ghostdevvghostdevv·5y ago·February 3, 2021
GitHub

The first push of this package