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 +12 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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",
|