Skip to content

Commit 72fe9e5

Browse files
committed
Version update to 0.18.1
1 parent e43acda commit 72fe9e5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.0",
3+
"version": "1.3.1",
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.0",
25+
"javascript-obfuscator": "0.18.1",
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.0</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@0.18.1</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3413,9 +3413,9 @@ isurl@^1.0.0-alpha5:
34133413
has-to-string-tag-x "^1.2.0"
34143414
is-object "^1.0.1"
34153415

3416-
3417-
version "0.18.0"
3418-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.18.0.tgz#b58ec1d71967ae7f6785e276f461174f528ca51f"
3416+
3417+
version "0.18.1"
3418+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.18.1.tgz#ed536645bd64998c8d284c1ab87957d6d8d8294c"
34193419
dependencies:
34203420
"@babel/runtime" "7.0.0-rc.1"
34213421
chalk "2.4.1"

0 commit comments

Comments
 (0)