javascript-obfuscator 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  Change Log
2
2
 
3
+ v5.0.1
4
+ ---
5
+ * Add JavaScript Obfuscator PRO advertisement message
6
+
3
7
  v5.0.0
4
8
  ---
5
9
  * Add JavaScript Obfuscator PRO support via calling its API
package/CLAUDE.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  **JavaScript Obfuscator** is a powerful, enterprise-grade code obfuscation tool for JavaScript and Node.js applications. It transforms readable JavaScript code into a protected, difficult-to-understand format while maintaining full functionality. The project is widely used for protecting intellectual property and preventing reverse engineering.
6
6
 
7
- - **Version**: 4.1.1
7
+ - **Version**: 5.0.0
8
8
  - **Author**: Timofey Kachalov (@sanex3339)
9
9
  - **License**: BSD-2-Clause
10
10
  - **Repository**: https://github.com/javascript-obfuscator/javascript-obfuscator
@@ -1423,7 +1423,6 @@ Use [grunt-contrib-obfuscator](https://github.com/javascript-obfuscator/grunt-co
1423
1423
 
1424
1424
  - **GitHub Issues**: Bug reports and feature requests
1425
1425
  - **GitHub Discussions**: Questions and general discussion
1426
- - **OpenCollective**: Financial support and sponsorship
1427
1426
  - **GitHub Sponsors**: Direct sponsorship
1428
1427
 
1429
1428
  ## License
package/README.md CHANGED
@@ -6,7 +6,6 @@
6
6
 
7
7
  #### You can support this project by donating:
8
8
  * (Github) https://github.com/sponsors/sanex3339
9
- * (OpenCollective) https://opencollective.com/javascript-obfuscator
10
9
 
11
10
  Huge thanks to all supporters!
12
11