Skip to content

Commit 520ed2d

Browse files
committed
0.17.2 version
1 parent a97e518 commit 520ed2d

File tree

6 files changed

+26
-21
lines changed

6 files changed

+26
-21
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22
===
3+
4+
v0.17.2
5+
---
6+
* Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/297
7+
38
v0.17.1
49
---
510
* Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/293

dist/index.browser.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.cli.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-obfuscator",
3-
"version": "0.17.0",
3+
"version": "0.17.2",
44
"description": "JavaScript obfuscator",
55
"keywords": [
66
"obfuscator",
@@ -24,7 +24,7 @@
2424
"@babel/runtime": "7.0.0-beta.54",
2525
"chalk": "2.4.1",
2626
"chance": "1.0.16",
27-
"class-validator": "0.9.0",
27+
"class-validator": "0.9.1",
2828
"commander": "2.16.0",
2929
"escodegen-wallaby": "1.6.19",
3030
"espree": "4.0.0",
@@ -68,7 +68,7 @@
6868
"pjson": "1.0.9",
6969
"pre-commit": "1.2.2",
7070
"rimraf": "2.6.2",
71-
"sinon": "6.1.3",
71+
"sinon": "6.1.4",
7272
"threads": "0.12.0",
7373
"ts-node": "6.1.0",
7474
"tslint": "5.11.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,9 +1394,9 @@ class-utils@^0.3.5:
13941394
isobject "^3.0.0"
13951395
static-extend "^0.1.1"
13961396

1397-
class-validator@0.9.0:
1398-
version "0.9.0"
1399-
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.9.0.tgz#199d5169a31567c83d27f5637c92ad6bebe10448"
1397+
class-validator@0.9.1:
1398+
version "0.9.1"
1399+
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.9.1.tgz#d60e58c5d14abca0a41bce38cf792ad4c46d1531"
14001400
dependencies:
14011401
google-libphonenumber "^3.1.6"
14021402
validator "10.4.0"
@@ -2882,9 +2882,9 @@ lolex@^2.3.2:
28822882
version "2.3.2"
28832883
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.3.2.tgz#85f9450425103bf9e7a60668ea25dc43274ca807"
28842884

2885-
lolex@^2.4.2:
2886-
version "2.6.0"
2887-
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.6.0.tgz#cf9166f3c9dece3cdeb5d6b01fce50f14a1203e3"
2885+
lolex@^2.7.1:
2886+
version "2.7.1"
2887+
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.1.tgz#e40a8c4d1f14b536aa03e42a537c7adbaf0c20be"
28882888

28892889
long@4.0.0:
28902890
version "4.0.0"
@@ -3164,9 +3164,9 @@ nice-try@^1.0.4:
31643164
version "1.0.4"
31653165
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4"
31663166

3167-
nise@^1.3.3:
3168-
version "1.3.3"
3169-
resolved "https://registry.yarnpkg.com/nise/-/nise-1.3.3.tgz#c17a850066a8a1dfeb37f921da02441afc4a82ba"
3167+
nise@^1.4.2:
3168+
version "1.4.2"
3169+
resolved "https://registry.yarnpkg.com/nise/-/nise-1.4.2.tgz#a9a3800e3994994af9e452333d549d60f72b8e8c"
31703170
dependencies:
31713171
"@sinonjs/formatio" "^2.0.0"
31723172
just-extend "^1.1.27"
@@ -3980,16 +3980,16 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
39803980
version "3.0.2"
39813981
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
39823982

3983-
sinon@6.1.3:
3984-
version "6.1.3"
3985-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.1.3.tgz#98e7d716b7b11f7f1200e9c997e74f50ae094660"
3983+
sinon@6.1.4:
3984+
version "6.1.4"
3985+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.1.4.tgz#b67f7a7b7fe2496042b54a5c2f425e2d699927a2"
39863986
dependencies:
39873987
"@sinonjs/formatio" "^2.0.0"
39883988
"@sinonjs/samsam" "^2.0.0"
39893989
diff "^3.5.0"
39903990
lodash.get "^4.4.2"
3991-
lolex "^2.4.2"
3992-
nise "^1.3.3"
3991+
lolex "^2.7.1"
3992+
nise "^1.4.2"
39933993
supports-color "^5.4.0"
39943994
type-detect "^4.0.8"
39953995

0 commit comments

Comments
 (0)