jscrambler 7.0.0 → 8.0.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 +6 -0
- package/README.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -127,6 +127,7 @@ Options:
|
|
|
127
127
|
--use-app-classification <bool> (version 6.3 and above) Protection should use Application Classification metadata when protecting (default: true)
|
|
128
128
|
--input-symbol-table <file> (version 6.3 and above) Protection should use symbol table when protecting. (default: no file)
|
|
129
129
|
--output-symbol-table <id> (version 6.3 and above) Download symbol table (json)
|
|
130
|
+
--delete-protection-on-success <bool> Delete a protection when it was successful (default: false)
|
|
130
131
|
--jscramblerVersion <version> Use a specific Jscrambler version
|
|
131
132
|
--debugMode Protect in debug mode
|
|
132
133
|
--skip-sources Prevent source files from being updated
|
package/package.json
CHANGED