Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "base85", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Base85 (Ascii85) encode and decode functionality", | ||
@@ -10,3 +10,3 @@ "main": "lib/base85.js", | ||
"dependencies": { | ||
"bignum": "^0.6.0", | ||
"bignum": "^0.11.0", | ||
"ipv6": "^3.1.0", | ||
@@ -16,5 +16,4 @@ "underscore": "^1.6.0" | ||
"devDependencies": { | ||
"nodeunit": "0.8.x", | ||
"underscore": "1.6.x", | ||
"jshint": "2.5.x" | ||
"nodeunit": "^0.9.0", | ||
"jshint": "^2.5.1" | ||
}, | ||
@@ -21,0 +20,0 @@ "repository": { |
@@ -91,3 +91,3 @@ [![Build Status](https://travis-ci.org/noseglid/base85.png?branch=master)](https://travis-ci.org/noseglid/base85) | ||
>> The data to decode. May be a `String` or a [Buffer][NodeBuffer]. | ||
>> Expected to be enclosed in `<~` and `~>`. | ||
>> If `ascii85`, it is expected to be enclosed in `<~` and `~>`. | ||
> | ||
@@ -94,0 +94,0 @@ > **encoding** |
2
21154
+ Addedbignum@0.11.0(transitive)
+ Addednan@2.22.0(transitive)
- Removedbignum@0.6.2(transitive)
Updatedbignum@^0.11.0