Comparing version 3.2.1 to 3.3.0
@@ -0,5 +1,11 @@ | ||
v3.3.0 / 2016-01-13 | ||
================== | ||
* Tested against `node`@5.3 | ||
* Update `lodash`@4.0.0 | ||
v3.2.1 / 2015-10-31 | ||
================== | ||
* Test `node`@5 | ||
* Tested against `node`@5 | ||
@@ -6,0 +12,0 @@ v3.2.0 / 2015-08-29 |
{ | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"name": "arc4", | ||
@@ -30,8 +30,8 @@ "description": "rc4 stream cipher", | ||
"dependencies": { | ||
"lodash": "3.10.1" | ||
"lodash": "4.0.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "~2.11", | ||
"grunt-contrib-clean": "~0.6", | ||
"grunt-contrib-uglify": "~0.10", | ||
"grunt-contrib-clean": "~0.7", | ||
"grunt-contrib-uglify": "~0.11", | ||
"grunt-contrib-jshint": "~0.11", | ||
@@ -38,0 +38,0 @@ "grunt-endline": "~0.4", |
131369
+ Addedlodash@4.0.0(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@4.0.0