Skip to content

Commit 6228591

Browse files
author
sanex3339
committed
Version update to 1.8.1
1 parent 0d90748 commit 6228591

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.10.1",
3+
"version": "3.10.2",
44
"description": "",
55
"engines": {
66
"node": ">=12.13.1"
@@ -32,7 +32,7 @@
3232
"graceful-fs": "4.1.9",
3333
"html-webpack-plugin": "^3.2.0",
3434
"inert": "5.1.0",
35-
"javascript-obfuscator": "1.8.0",
35+
"javascript-obfuscator": "1.8.1",
3636
"less": "2.7.1",
3737
"less-loader": "4.1.0",
3838
"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>@1.8.0</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@1.8.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
@@ -4146,10 +4146,10 @@ isurl@^1.0.0-alpha5:
41464146
has-to-string-tag-x "^1.2.0"
41474147
is-object "^1.0.1"
41484148

4149-
4150-
version "1.8.0"
4151-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-1.8.0.tgz#fb135f91d573875d8e8e857e1e7267e53eca8b35"
4152-
integrity sha512-Ck8cqrpEnvTLVl68EE6o5uIGnIIi8vTHu4NHiyFtsXK5yJ1b6kRU3aZdehtqswrTRR0N8uh5Fc/zcjBUran6Vw==
4149+
4150+
version "1.8.1"
4151+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-1.8.1.tgz#36b750f3259727b4cd6c19774fbef7f7c48d91d1"
4152+
integrity sha512-3T3Ji75bRaPXUGI3KCPi7EcV4EpbKExGnnW0aP7+ZBL26BOspwni46q/V6qx+3AM12krdaEG3hLqt6CV8B5MFg==
41534153
dependencies:
41544154
"@gradecam/tsenum" "1.2.0"
41554155
"@nuxtjs/opencollective" "0.2.2"

0 commit comments

Comments
 (0)