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 33declare let module : any ;
44declare let require : any ;
55
6- import { JavaScriptObfuscator } from 'javascript-obfuscator' ;
6+ import * as JavaScriptObfuscator from 'javascript-obfuscator' ;
77
88let multimatch : any = require ( 'multimatch' ) ,
99 RawSource : any = require ( 'webpack-core/lib/RawSource' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-obfuscator" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "description" : " javascript-obfuscator plugin for Webpack" ,
55 "main" : " index.js" ,
66 "dependencies" : {
77 "gulp-util" : " ^3.0.5" ,
8- "javascript-obfuscator" : " ^0.4.2 " ,
8+ "javascript-obfuscator" : " ^0.4.3 " ,
99 "multimatch" : " ^2.0.0" ,
1010 "through2" : " ^2.0.0" ,
1111 "webpack-core" : " ^0.6.8" ,
You can’t perform that action at this time.
0 commit comments