jscrambler 8.5.0 → 8.5.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 +6 -0
- package/README.md +5 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -106,7 +106,7 @@ Options:
|
|
|
106
106
|
-i, --application-id <id> Application ID
|
|
107
107
|
-o, --output-dir <dir> Output directory
|
|
108
108
|
-p, --port <port> Port
|
|
109
|
-
--
|
|
109
|
+
--base-path <path> Base Path
|
|
110
110
|
--protocol <protocol> Protocol (http or https)
|
|
111
111
|
--cafile <path> Internal certificate authority
|
|
112
112
|
-C, --cwd <dir> Current Working Directory
|
|
@@ -126,14 +126,15 @@ Options:
|
|
|
126
126
|
--remove-profiling-data Removes the current application profiling information
|
|
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
|
-
--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)
|
|
129
|
+
--output-symbol-table <id> (version 6.3 and above) Download output symbol table (json)
|
|
131
130
|
--jscramblerVersion <version> Use a specific Jscrambler version
|
|
132
131
|
--debugMode Protect in debug mode
|
|
133
132
|
--skip-sources Prevent source files from being updated
|
|
134
133
|
--force-app-environment <environment> (version 7.1 and above) Override application's environment detected automatically. Possible values: node,browser,isomorphic,automatic
|
|
135
|
-
--ensure-code-annotation <bool> Fail protection if no annotations are found on the source code (default: false)
|
|
134
|
+
--ensure-code-annotation <bool> (version 7.3 and above) Fail protection if no annotations are found on the source code (default: false)
|
|
136
135
|
-n <number> (version 7.2 and above) Create multiple protections at once.
|
|
136
|
+
--delete-protection-on-success <bool> Deletes the protection files after they have been protected and downloaded (default: false)
|
|
137
|
+
--mode <mode> (version 8.4 and above) Define protection mode. Possible values: automatic, manual (default: manual)
|
|
137
138
|
-h, --help output usage information
|
|
138
139
|
```
|
|
139
140
|
|
package/package.json
CHANGED