Skip to content

Commit 8f06c0c

Browse files
committed
Version update to 0.17.3
1 parent aa42164 commit 8f06c0c

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

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3418,9 +3418,9 @@ isurl@^1.0.0-alpha5:
34183418
has-to-string-tag-x "^1.2.0"
34193419
is-object "^1.0.1"
34203420

3421-
3422-
version "0.17.2"
3423-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.17.2.tgz#ab02e7a767814e7e4ae7b857b8202ebf79fecf97"
3421+
3422+
version "0.17.3"
3423+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.17.3.tgz#1bd777d53cef92cd24f2874603cc33510e3101ce"
34243424
dependencies:
34253425
"@babel/runtime" "7.0.0-beta.55"
34263426
chalk "2.4.1"

0 commit comments

Comments
 (0)