jscrambler 8.10.7 → 8.10.8
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 +7 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ If you're looking to gain control over third-party tags and achieve PCI DSS comp
|
|
|
15
15
|
- [Required Fields](#required-fields)
|
|
16
16
|
- [Output to a single file](#output-to-a-single-file)
|
|
17
17
|
- [Output multiple files to a directory](#output-multiple-files-to-a-directory)
|
|
18
|
-
- [Using glob patterns](#using-
|
|
18
|
+
- [Using glob patterns](#using-glob-patterns)
|
|
19
19
|
- [Using configuration file](#using-configuration-file)
|
|
20
20
|
- [Options](#options)
|
|
21
21
|
- [Current working directory (--cwd)](#current-working-directory---cwd)
|
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.8",
|
|
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.13.5",
|
|
25
25
|
"commander": "^2.8.1",
|
|
26
26
|
"core-js": "3.38.1",
|
|
27
27
|
"filesize-parser": "1.5.0",
|