Skip to content

Commit d6c1ba9

Browse files
author
sanex3339
committed
Version update to 0.18.8
1 parent 6df3c19 commit d6c1ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "",
55
"engines": {
66
"node": ">=12.13.1"
@@ -32,7 +32,7 @@
3232
"extract-text-webpack-plugin": "4.0.0-beta.0",
3333
"graceful-fs": "4.1.9",
3434
"inert": "5.1.0",
35-
"javascript-obfuscator": "0.18.7",
35+
"javascript-obfuscator": "0.18.8",
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 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.7</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@0.18.8</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

0 commit comments

Comments
 (0)