Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit b0dbdad

Browse files
committed
Updated to use the javascript-obfuscator@0.12.3.
1 parent b626fe8 commit b0dbdad

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"extract-text-webpack-plugin": "^2.0.0-beta",
3131
"graceful-fs": "^4.1.9",
3232
"inert": "^4.0.2",
33-
"javascript-obfuscator": "^0.12.1",
33+
"javascript-obfuscator": "^0.12.3",
3434
"less": "^2.7.1",
3535
"less-loader": "^2.2.3",
3636
"react": "^15.3.1",

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="column">
2828
<div class="ui basic segment">
2929
<h1>JavaScript Obfuscator Tool</h1>
30-
<p>A free and efficient obfuscator for JavaScript (including ES6). Make your code harder to copy and prevent people from stealing your work. This tool is a Web UI to the excellent (and open source) <code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">JavaScript Obfuscator</a>@0.12.1</code> created by Timofey Kachalov.</p>
30+
<p>A free and efficient obfuscator for JavaScript (including ES6). Make your code harder to copy and prevent people from stealing your work. This tool is a Web UI to the excellent (and open source) <code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">JavaScript Obfuscator</a>@0.12.3</code> created by Timofey Kachalov.</p>
3131
</div>
3232
</div>
3333
</div>

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,9 +1709,9 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
17091709
version "1.0.5"
17101710
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
17111711

1712-
escodegen-wallaby@1.6.12:
1713-
version "1.6.12"
1714-
resolved "https://registry.yarnpkg.com/escodegen-wallaby/-/escodegen-wallaby-1.6.12.tgz#dac2ed380daca6c7a2c9e8496d50c091239fe26f"
1712+
escodegen-wallaby@1.6.14:
1713+
version "1.6.14"
1714+
resolved "https://registry.yarnpkg.com/escodegen-wallaby/-/escodegen-wallaby-1.6.14.tgz#41a0a7a2a2bd776207d25b4d2f373f12853de23f"
17151715
dependencies:
17161716
esprima "^2.7.1"
17171717
estraverse "^1.9.1"
@@ -2424,9 +2424,9 @@ invariant@^2.0.0, invariant@^2.2.0:
24242424
dependencies:
24252425
loose-envify "^1.0.0"
24262426

2427-
inversify@4.5.0:
2428-
version "4.5.0"
2429-
resolved "https://registry.yarnpkg.com/inversify/-/inversify-4.5.0.tgz#1a575ddf1db216ed3292d9b0f70f497de275874e"
2427+
inversify@4.5.2:
2428+
version "4.5.2"
2429+
resolved "https://registry.yarnpkg.com/inversify/-/inversify-4.5.2.tgz#f2478fd140f398836b2e1fee839f37588f1e6a9b"
24302430

24312431
invert-kv@^1.0.0:
24322432
version "1.0.0"
@@ -2608,19 +2608,19 @@ items@2.x.x:
26082608
version "2.1.1"
26092609
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
26102610

2611-
javascript-obfuscator@^0.12.1:
2612-
version "0.12.1"
2613-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.12.1.tgz#a7913240d81fed971ef1225136b957f5ce258cb2"
2611+
javascript-obfuscator@^0.12.3:
2612+
version "0.12.3"
2613+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.12.3.tgz#1492011811e594e5e56d7415d21e9820c93fa290"
26142614
dependencies:
26152615
chalk "2.3.0"
26162616
chance "1.0.12"
26172617
class-validator "0.7.3"
26182618
commander "2.11.0"
2619-
escodegen-wallaby "1.6.12"
2619+
escodegen-wallaby "1.6.14"
26202620
esmangle "1.0.1"
26212621
esprima "4.0.0"
26222622
estraverse "4.2.0"
2623-
inversify "4.5.0"
2623+
inversify "4.5.2"
26242624
md5 "2.2.1"
26252625
mkdirp "0.5.1"
26262626
opencollective "1.0.3"

0 commit comments

Comments
 (0)