10000 Obfuscator version update to 2.10.6 · godxkey/javascript-obfuscator-ui@75f76ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 75f76ec

Browse files
committed
Obfuscator version update to 2.10.6
1 parent 8124d91 commit 75f76ec

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.10.5",
40+
"javascript-obfuscator": "2.10.6",
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.10.5</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.10.6</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
@@ -4104,10 +4104,10 @@ iterate-object@^1.3.0, iterate-object@^1.3.1:
41044104
resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.4.tgz#fa50b1d9e58e340a7dd6b4c98c8a5e182e790096"
41054105
integrity sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==
41064106

4107-
javascript-obfuscator@2.10.5:
4108-
version "2.10.5"
4109-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.10.5.tgz#28c6969ac2b1a253400ae04fcb4ad4d6f72f6176"
4110-
integrity sha512-79njqZ/hUtwFIEokvyGe+xs/vshqw1Qqtnf6uMy/YZVqAG4mOvBuj1kZwfh6JCg5S68IMgqvDHjIn8MSUQDyiA==
4107+
javascript-obfuscator@2.10.6:
4108+
version "2.10.6"
4109+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.10.6.tgz#25367d2f3b9867d6517f10a5dd0277446df21901"
4110+
integrity sha512-t8YNTg/d13UJfn1GhgJUWTgbcLHeE7pKXoe45wsUOfe7DaY4KO494Rx/ul0r9Xa7OWSDiP0wgXSzv4AtdCBhig==
41114111
dependencies:
41124112
"@javascript-obfuscator/escodegen" "2.1.1"
41134113
"@nuxtjs/opencollective" "0.3.2"

0 commit comments

Comments
 (0)
0