8000 Obfuscator version update to 2.16.0 · godxkey/javascript-obfuscator-ui@525aa76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 525aa76

Browse files
committed
Obfuscator version update to 2.16.0
1 parent cd8e3a0 commit 525aa76

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"file-loader": "^6.2.0",
3838
"graceful-fs": "4.2.4",
3939
"html-webpack-plugin": "^4.5.1",
40-
"javascript-obfuscator": "2.15.6",
40+
"javascript-obfuscator": "2.16.0",
4141
"less": "2.7.1",
4242
"less-loader": "7.3.0",
4343
"mini-css-extract-plugin": "^1.3.4",

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>JavaScript Obfuscator Tool</h1>
4949
<p>
5050
A free and efficient obfuscator for JavaScript (including partial support of ES2019). Make your code harder to copy and
5151
prevent people from stealing your work. This tool is a Web UI to the excellent (and open source)
52-
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.15.6</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.16.0</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4117,10 +4117,10 @@ iterate-object@^1.3.0, iterate-object@^1.3.1:
41174117
resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.4.tgz#fa50b1d9e58e340a7dd6b4c98c8a5e182e790096"
41184118
integrity sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==
41194119

4120-
javascript-obfuscator@2.15.6:
4121-
version "2.15.6"
4122-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.15.6.tgz#77107fa8e7d43b1c2aea2999382a3f8da959a4d0"
4123-
integrity sha512-EwwjQv5iahcSycRI5NdaYqkTThTpo+pvl2NszWKLe4U/K5PoB4WYEp6TmuJ8zeeHPwf41EkxDhQnAj26f0M8KQ==
4120+
javascript-obfuscator@2.16.0:
4121+
version "2.16.0"
4122+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.16.0.tgz#b897cbdb7e777efa304162b9b023b051481a71d9"
4123+
integrity sha512-k0SYH+zB/a49H4e4AgRHhSgwiFn2utosb54BJM80vylC5MUH01/wgxKz4b9mu2covIwua4++6jTf2JZ5uO4m8Q==
41244124
dependencies:
41254125
"@javascript-obfuscator/escodegen" "2.2.0"
41264126
"@javascript-obfuscator/estraverse" "5.3.0"

0 commit comments

Comments
 (0)
0