jscrambler 8.8.1 → 8.8.2
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 +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
-
```
|
|
402
|
+
```javascript
|
|
403
403
|
// jscrambler.json to protect micro-frontend 1
|
|
404
404
|
{
|
|
405
405
|
"globalNamesPrefix": "p1"
|
package/package.json
CHANGED