Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "uue", | ||
"main": "uue.js", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "UUE decoder and encoder for Node.js", | ||
@@ -15,3 +15,3 @@ "keywords": ["uue", "uuencode", "uudecode", "uuencoding", "uudecoding"], | ||
"array.prototype.findindex": "~1.0.0", | ||
"extend": "~2.0.0" | ||
"extend": "~3.0.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ The **UUE** module is able to perform [uuencoding](http://en.wikipedia.org/wiki/Uuencoding) of a file (or Node.js Buffer) to a text message. This module is also able to find uuencoded files in text messages and decode them. | ||
The module is written in JavaScript and requires [Node.js](http://nodejs.org/) to run. (Node.js version 0.10.x is recommended.) | ||
The module is written in JavaScript and requires [Node.js](http://nodejs.org/) to run. (Node.js version 0.10.x or 0.12.x is recommended. The latest stable [io.js](https://iojs.org/) is fine too.) | ||
@@ -8,0 +8,0 @@ ## Installing the UUE module |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25239
+ Addedextend@3.0.2(transitive)
- Removedextend@2.0.2(transitive)
Updatedextend@~3.0.0