Skip to content

Commit c96aa36

Browse files
author
sanex3339
committed
Version update to 0.18.3
1 parent 72fe9e5 commit c96aa36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "1.3.1",
3+
"version": "1.3.2",
44
"description": "",
55
"main": "server.js",
66
"engines": {
@@ -22,7 +22,7 @@
2222
"express": "4.14.0",
2323
"graceful-fs": "4.1.9",
2424
"inert": "5.1.0",
25-
"javascript-obfuscator": "0.18.1",
25+
"javascript-obfuscator": "0.18.3",
2626
"prop-types": "15.6.1",
2727
"react": "16.3.0",
2828
"react-codemirror2": "5.0.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 ES2017). 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>@0.18.1</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@0.18.3</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

0 commit comments

Comments
 (0)