Skip to content

Commit 318001d

Browse files
committed
Obfuscator version update to 2.6.4
1 parent f478e97 commit 318001d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-obfuscator-web",
3-
"version": "3.13.3",
3+
"version": "3.13.4",
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.6.3",
36+
"javascript-obfuscator": "2.6.4",
3737
"less": "2.7.1",
3838
"less-loader": "4.1.0",
3939
"pm2": "3.5.1",

templates/index.html

+1-1
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.6.3</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.6.4</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4447,10 +4447,10 @@ iterate-object@^1.3.0, iterate-object@^1.3.1:
44474447
resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.4.tgz#fa50b1d9e58e340a7dd6b4c98c8a5e182e790096"
44484448
integrity sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==
44494449

4450-
4451-
version "2.6.3"
4452-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.6.3.tgz#6796c16cd7b360542e3408361847e9f32abed576"
4453-
integrity sha512-7WN/ZgGEyMHPdOqomQCaxT1Fpk0s/p2dehnmj1dqV0R1PN9nI0k+bwVyvDm9qdM0TLp5CD4KYpGJ3Nt5OcDEVQ==
4450+
4451+
version "2.6.4"
4452+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.6.4.tgz#b39dde1676a116e19ed2aac3b5c8bb28f080f12f"
4453+
integrity sha512-f4eaJuNwB8fTZZjhi1Gtaau4079Moyso2vl04etmZDnwcEpR2OArMWez7zIMifsX150mPcTOVNsxnz9TR/XilA==
44544454
dependencies:
44554455
"@nuxtjs/opencollective" "0.2.2"
44564456
acorn "8.0.4"

0 commit comments

Comments
 (0)