Skip to content

Commit da14a14

Browse files
committed
Obfuscator version update to 2.3.1
1 parent 997da39 commit da14a14

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.12.0",
3+
"version": "3.12.1",
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": "2.3.0",
35+
"javascript-obfuscator": "2.3.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>@2.3.0</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.3.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
@@ -4156,10 +4156,10 @@ isurl@^1.0.0-alpha5:
41564156
has-to-string-tag-x "^1.2.0"
41574157
is-object "^1.0.1"
41584158

4159-
4160-
version "2.3.0"
4161-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.3.0.tgz#e9e12e58b0691cbec5523fc7e202df0a80ea5138"
4162-
integrity sha512-iowH5So/hnoL+NxQc2BA2vq32HmfSj8fxTgyZvzYMUNoWKad+aVe0/JzSdRP+GPjvDjDzzErEIjpPwUO89hOig==
4159+
4160+
version "2.3.1"
4161+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.3.1.tgz#9ae1d86466b3749d78e191a567bb0237865a5189"
4162+
integrity sha512-eE7e99fsALsZ50aRxN5mpJadvXsp9LjX+JQx8Bgls4gJkrmVH5OFjCNXmHCIwMbrUDRccNtCKFRE3QSRw5i8gg==
41634163
dependencies:
41644164
"@gradecam/tsenum" "1.2.0"
41654165
"@nuxtjs/opencollective" "0.2.2"

0 commit comments

Comments
 (0)