Skip to content

Commit a1b1ddb

Browse files
author
sanex3339
committed
Version update to 1.0.0
1 parent 5096b49 commit a1b1ddb

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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": "3.4.2",
3+
"version": "3.4.3",
44
"description": "",
55
"engines": {
66
"node": ">=12.13.1"
@@ -32,7 +32,7 @@
3232
"graceful-fs": "4.1.9",
3333
"html-webpack-plugin": "^3.2.0",
3434
"inert": "5.1.0",
35-
"javascript-obfuscator": "0.28.5",
35+
"javascript-obfuscator": "1.0.0",
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 partial support of ES2019). 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.28.5</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@1.0.0</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,10 +2662,10 @@ eslint-plugin-react@7.7.0:
26622662
jsx-ast-utils "^2.0.1"
26632663
prop-types "^15.6.0"
26642664

2665-
eslint-scope@5.0.0:
2666-
version "5.0.0"
2667-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
2668-
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
2665+
eslint-scope@5.1.0:
2666+
version "5.1.0"
2667+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2668+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
26692669
dependencies:
26702670
esrecurse "^4.1.0"
26712671
estraverse "^4.1.1"
@@ -4146,10 +4146,10 @@ isurl@^1.0.0-alpha5:
41464146
has-to-string-tag-x "^1.2.0"
41474147
is-object "^1.0.1"
41484148

4149-
javascript-obfuscator@0.28.5:
4150-
version "0.28.5"
4151-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-0.28.5.tgz#7bf4df28281493fac731d1dc6f7a8f47591f8e55"
4152-
integrity sha512-4JiE4EMjNl6rNIIqz17mqhl7sl0rE8c8pCUHMNTjs8oeqqYpkJX4MbeaNrqVo3bghCjHpuDnBWKeouzCDB0oag==
4149+
javascript-obfuscator@1.0.0:
4150+
version "1.0.0"
4151+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-1.0.0.tgz#027de861411efeb0452d96230d04f51882b83af3"
4152+
integrity sha512-laeqz4pVVTyIRc9kLf1QLUVN3YJsCAu08P6vH+e/8gvD+WgI49+kyCyDAkvLKenpuPgsX/RtlTu9VKvGhaCXbg==
41534153
dependencies:
41544154
"@gradecam/tsenum" "1.2.0"
41554155
"@nuxtjs/opencollective" "0.2.2"
@@ -4159,7 +4159,7 @@ javascript-obfuscator@0.28.5:
41594159
class-validator "0.12.2"
41604160
commander "5.1.0"
41614161
escodegen "1.14.2"
4162-
eslint-scope "5.0.0"
4162+
eslint-scope "5.1.0"
41634163
estraverse "5.1.0"
41644164
eventemitter3 "4.0.4"
41654165
fast-deep-equal "3.1.1"

0 commit comments

Comments
 (0)