javascript-obfuscator 4.0.2 → 4.1.0

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
+ v4.1.0
4
+ ---
5
+ * Add target `service-worker`
6
+
3
7
  v4.0.2
4
8
  ---
5
9
  * Add support for `node@18`
package/README.md CHANGED
@@ -4,6 +4,12 @@
4
4
  Author: Timofey Kachalov
5
5
  -->
6
6
 
7
+ #### You can support this project by donating:
8
+ * (Github) https://github.com/sponsors/sanex3339
9
+ * (OpenCollective) https://opencollective.com/javascript-obfuscator
10
+
11
+ Huge thanks to all supporters!
12
+
7
13
  # JavaScript obfuscator
8
14
 
9
15
  ![logo](https://raw.githubusercontent.com/javascript-obfuscator/javascript-obfuscator/master/images/logo.png)
@@ -32,6 +38,7 @@ The example of obfuscated code: [github.com](https://github.com/javascript-obfus
32
38
  * Weex: [weex-devtool](https://www.npmjs.com/package/weex-devtool)
33
39
  * Malta: [malta-js-obfuscator](https://github.com/fedeghe/malta-js-obfuscator)
34
40
  * Netlify plugin: [netlify-plugin-js-obfuscator](https://www.npmjs.com/package/netlify-plugin-js-obfuscator)
41
+ * Snowpack plugin: [snowpack-javascript-obfuscator](https://www.npmjs.com/package/snowpack-javascript-obfuscator)
35
42
 
36
43
  [![npm version](https://badge.fury.io/js/javascript-obfuscator.svg)](https://badge.fury.io/js/javascript-obfuscator)
37
44
  [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjavascript-obfuscator%2Fjavascript-obfuscator.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjavascript-obfuscator%2Fjavascript-obfuscator?ref=badge_shield)
@@ -41,11 +48,6 @@ The example of obfuscated code: [github.com](https://github.com/javascript-obfus
41
48
  [![Sponsors on Open Collective](https://opencollective.com/javascript-obfuscator/sponsors/badge.svg)](#sponsors)
42
49
  [![xscode](https://img.shields.io/badge/Available%20on-xs%3Acode-blue?style=?style=plastic&logo=appveyor&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAAlUlEQVR42uzXSwqAMAwE0Mn9L+3Ggtgkk35QwcnSJo9S+yGwM9DCooCbgn4YrJ4CIPUcQF7/XSBbx2TEz4sAZ2q1RAECBAiYBlCtvwN+KiYAlG7UDGj59MViT9hOwEqAhYCtAsUZvL6I6W8c2wcbd+LIWSCHSTeSAAECngN4xxIDSK9f4B9t377Wd7H5Nt7/Xz8eAgwAvesLRjYYPuUAAAAASUVORK5CYII=)](https://xscode.com/sanex3339/javascript-obfuscator)
43
50
 
44
- #### You can support this project by donating:
45
- * (Bitcoin) bc1q203p8nyrstwm7vwzjg3h9l9t6y9ka0umw0rx96
46
-
47
- Huge thanks to all supporters!
48
-
49
51
  #### *NOTE! the README on the master branch might not match that of the latest stable release!*
50
52
 
51
53
  #### If you have a question, check this section first: [FAQ](#frequently-asked-questions)
@@ -1674,7 +1676,7 @@ Try `renamePropertiesMode: 'safe'` option, if it still doesn't work, just disabl
1674
1676
 
1675
1677
  ## Backers
1676
1678
 
1677
- Support us with a monthly donation and help us continue our activities.
1679
+ Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/javascript-obfuscator#backer)]
1678
1680
 
1679
1681
  <a href="https://opencollective.com/javascript-obfuscator/backer/0/website" target="_blank"><img src="https://opencollective.com/javascript-obfuscator/backer/0/avatar.svg"></a>
1680
1682
  <a href="https://opencollective.com/javascript-obfuscator/backer/1/website" target="_blank"><img src="https://opencollective.com/javascript-obfuscator/backer/1/avatar.svg"></a>