Skip to content

Commit ba8889b

Browse files
committed
update javascript-obfuscator version to 0.24.6.
1 parent e906d1e commit ba8889b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# grunt-contrib-obfuscator [![Build Status](https://travis-ci.com/javascript-obfuscator/grunt-contrib-obfuscator.svg?branch=master)](https://travis-ci.com/javascript-obfuscator/grunt-contrib-obfuscator)
22

3-
> Obfuscate JavaScript files using [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator)@0.23.2.
3+
> Obfuscate JavaScript files using [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator)@0.24.6.
44
55
You can try the javascript-obfuscator module and see all its options here: https://obfuscator.io/
66

@@ -10,8 +10,11 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out th
1010

1111
```shell
1212
npm install grunt-contrib-obfuscator --save-dev
13+
npm install javascript-obfuscator --save-dev
1314
```
1415

16+
Notice that you should install manually `javascript-obfuscator`. This makes it easier to have a newer version of the obfuscator library if needed.
17+
1518
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1619

1720
```js

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"chalk": "^1.0.0",
21-
"javascript-obfuscator": "^0.23.2"
21+
"javascript-obfuscator": "^0.24.6"
2222
},
2323
"devDependencies": {
2424
"grunt": "^1.0.0",
@@ -27,6 +27,9 @@
2727
"grunt-contrib-jshint": "^1.0.0",
2828
"grunt-contrib-nodeunit": "^1.0.0"
2929
},
30+
"peerDependencies": {
31+
"javascript-obfuscator": "^0.24.6"
32+
},
3033
"keywords": [
3134
"gruntplugin",
3235
"obfuscator",

0 commit comments

Comments
 (0)