File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " javascript-obfuscator" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
4
4
"description" : " JavaScript obfuscator" ,
5
5
"keywords" : [
6
6
" obfuscator" ,
27
27
"assert" : " 2.0.0" ,
28
28
"chalk" : " 4.1.2" ,
29
29
"chance" : " 1.1.9" ,
30
- "class-validator" : " 0.14.0 " ,
30
+ "class-validator" : " 0.14.1 " ,
31
31
"commander" : " 10.0.0" ,
32
32
"eslint-scope" : " 7.1.1" ,
33
33
"eslint-visitor-keys" : " 3.3.0" ,
Original file line number Diff line number Diff line change 1
1
const fs = require ( 'fs' ) ;
2
2
3
- const copyright = 'Copyright (C) 2016-2022 Timofey Kachalov <sanex3339@yandex.ru>' ;
3
+ const copyright = 'Copyright (C) 2016-2024 Timofey Kachalov <sanex3339@yandex.ru>' ;
4
4
const sourceMapSupportRequire = 'require("source-map-support").install();' ;
5
5
6
6
class WebpackUtils {
You can’t perform that action at this time.
0 commit comments