10000 Updated to use the javascript-obfuscator@0.14.3. · hycript/javascript-obfuscator-ui@41fce19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41fce19

Browse files
committed
Updated to use the javascript-obfuscator@0.14.3.
1 parent a833908 commit 41fce19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed< 10000 /span>

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.14.2",
33+
"javascript-obfuscator": "^0.14.3",
3434
"less": "^2.7.1",
3535
"less-loader": "^2.2.3",
3636
"react": "^15.3.1",

templates/index.html

Lines changed: 2 additions & 2 deletions
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.14.2</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.14.3</code> created by Timofey Kachalov.</p>
3131
</div>
3232
</div>
3333
</div>
@@ -97,7 +97,7 @@ <h3>Sounds great!</h3>
9797
<tr>
9898
<td class="collapsing">Identifiers Prefix</td>
9999
<td>
100-
<p>This options makes all obfuscated identifiers have a specific prefix.</p>
100+
<p>This options makes all global identifiers have a specific prefix.</p>
101101
<p>Use this option when obfuscating multiple files that are loaded on the same page. This option helps to avoid conflicts between global identifiers of these files. Use a different prefix for each file.</p>
102102
</td>
103103
</tr>

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,9 +2551,9 @@ items@2.x.x:
25512551
version "2.1.1"
25522552
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
25532553

2554-
javascript-obfuscator@^0.14.2:
2555-
version "0.14.2"
2556-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.14.2.tgz#653066652e15427a3f2d804bd53fbfcabefbdd3b"
2554+
javascript-obfuscator@^0.14.3:
2555+
version "0.14.3"
2556+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.14.3.tgz#ac9e48d2efdde5172d31eb4dfc484ef414454a0d"
25572557
dependencies:
25582558
chalk "2.3.1"
25592559
chance "1.0.13"

0 commit comments

Comments
 (0)
0