jscrambler 8.10.3 → 8.10.5

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.10.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [4dc85c0]: Log protection parametsr if debug is true
8
+
9
+ ## 8.10.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [af0d225]: Update axios version due to vuln
14
+
3
15
  ## 8.10.3
4
16
 
5
17
  ### Patch Changes
package/dist/index.js CHANGED
@@ -420,6 +420,9 @@ var _default = exports.default = {
420
420
  const inputSymbolTableContents = await _fs.default.promises.readFile(finalConfig.inputSymbolTable, 'utf-8');
421
421
  protectionOptions.inputSymbolTable = inputSymbolTableContents;
422
422
  }
423
+ if (debug) {
424
+ console.log('Parameters', JSON.stringify(updateData.parameters, null, 2));
425
+ }
423
426
  const createApplicationProtectionRes = await this.createApplicationProtections(client, applicationId, protectionOptions);
424
427
  errorHandler(createApplicationProtectionRes);
425
428
  const protectionIds = createApplicationProtectionRes.data.protections.map(_ref2 => {
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.3",
4
+ "version": "8.10.5",
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.8.2",
24
+ "axios": "1.12.0",
25
25
  "commander": "^2.8.1",
26
26
  "core-js": "3.38.1",
27
27
  "filesize-parser": "1.5.0",