Skip to content

Commit cd9acef

Browse files
committed
Obfuscator version update to 2.10.1
1 parent 6594403 commit cd9acef

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-obfuscator-web",
3-
"version": "3.14.6",
3+
"version": "3.14.7",
44
"description": "",
55
"engines": {
66
"node": ">=12.13.1"
@@ -33,7 +33,7 @@
3333
"graceful-fs": "4.1.9",
3434
"html-webpack-plugin": "^3.2.0",
3535
"inert": "5.1.0",
36-
"javascript-obfuscator": "2.10.0",
36+
"javascript-obfuscator": "2.10.1",
3737
"less": "2.7.1",
3838
"less-loader": "4.1.0",
3939
"pm2": "3.5.1",

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.0</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.10.1</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
@@ -4442,10 +4442,10 @@ iterate-object@^1.3.0, iterate-object@^1.3.1:
44424442
resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.4.tgz#fa50b1d9e58e340a7dd6b4c98c8a5e182e790096"
44434443
integrity sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==
44444444

4445-
4446-
version "2.10.0"
4447-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.10.0.tgz#1dd95e924b8b6540f71491388fea1d408411b910"
4448-
integrity sha512-/VarByHSaW1a7rlA4QVa1GGm3LVc0T89cdSllibC5jToB8YSvZXO0SYJUN5GDmCf18WvKQGMPFNkQDKFIt7wqg==
4445+
4446+
version "2.10.1"
4447+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.10.1.tgz#9b33dc2fbe8f07be307accf7f451ff126678b7cf"
4448+
integrity sha512-slzyKU6mPQUeA/oB2/GcorPf4XgbeYEKAw5OmW3NvNZuBmEc2mUvj36OoIS/krqXgmBLX1t0UlkBAr5wE19gtQ==
44494449
dependencies:
44504450
"@javascript-obfuscator/escodegen" "2.1.1"
44514451
"@nuxtjs/opencollective" "0.3.2"

0 commit comments

Comments
 (0)