jscrambler 8.8.1 → 8.8.3

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,17 @@
1
1
  # jscrambler
2
2
 
3
+ ## 8.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [5a5c256]: Bump axios due to vuln
8
+
9
+ ## 8.8.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [34adf8d]: Change Example language
14
+
3
15
  ## 8.8.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -399,7 +399,7 @@ If you need to make **separate obfuscation requests** for source code that belon
399
399
 
400
400
  To prevent **global naming collisions**, you can set the `globalNamesPrefix` parameter on each protection request:
401
401
 
402
- ```json
402
+ ```javascript
403
403
  // jscrambler.json to protect micro-frontend 1
404
404
  {
405
405
  "globalNamesPrefix": "p1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jscrambler",
3
3
  "description": "Jscrambler Code Integrity API client.",
4
- "version": "8.8.1",
4
+ "version": "8.8.3",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <support@jscrambler.com>",
7
7
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "node": ">= 12.17.0"
22
22
  },
23
23
  "dependencies": {
24
- "axios": "^1.7.7",
24
+ "axios": "1.8.2",
25
25
  "commander": "^2.8.1",
26
26
  "core-js": "3.38.1",
27
27
  "filesize-parser": "1.5.0",