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
📋 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
📋 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
📋 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
📋 Changes
- Update dependencies
3.0.1v3.0.1
📋 Changes
- Fix global #115
- Update dependencies
3.0.0v3.0.0
📋 Changes
- Updated all deps
- Exclude node_modules
- Global option
- Mention vite support
2.1.2v2.1.2
📋 Changes
- Ignore node modules
2.1.1v2.1.1
Fix version of `javascript-obfuscator` back to `2.x`
2.1.0v2.1.0
📋 Changes
- Dependencies Updated
- Also uses renderChunk hook
- Fix imports
- Filters files
2.0.0v2.0.0
📋 Changes
- Rewrote the package in typescript #2
- General improvements to package structure
- Moved to named export
1.0.1v1.0.1
📋 Changes
- Fix exports
- Fix test script
- License file
1.0.0v1.0.0
The first push of this package
