jscrambler 8.10.5 → 8.10.6

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,11 @@
1
1
  # jscrambler
2
2
 
3
+ ## 8.10.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [0260a92]: Add warning message for the misuse of the output-symbol-table flag
8
+
3
9
  ## 8.10.5
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -801,6 +801,7 @@ var _default = exports.default = {
801
801
  try {
802
802
  download = await this.downloadSymbolTableRequest(client, protectionId);
803
803
  } catch (e) {
804
+ console.warn('[Warning] The symbol table can only be output if you have Identifiers Renaming on UNSAFE mode or an includeList with global or public identifiers.');
804
805
  errorHandler(e);
805
806
  }
806
807
  if (typeof destCallback === 'function') {
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.10.5",
4
+ "version": "8.10.6",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <support@jscrambler.com>",
7
7
  "repository": {