Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "base85", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Base85 (Ascii85) encode and decode functionality", | ||
@@ -10,4 +10,5 @@ "main": "lib/base85.js", | ||
"dependencies": { | ||
"bignum": "0.6.x", | ||
"ipv6": "3.1.x" | ||
"bignum": "^0.6.0", | ||
"ipv6": "^3.1.0", | ||
"underscore": "^1.6.0" | ||
}, | ||
@@ -14,0 +15,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
21158
3
+ Addedunderscore@^1.6.0
+ Addedjackspeak@4.0.2(transitive)
+ Addedunderscore@1.13.7(transitive)
- Removedjackspeak@4.0.3(transitive)
Updatedbignum@^0.6.0
Updatedipv6@^3.1.0