Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "uue", | ||
"main": "uue.js", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "UUE decoder and encoder for Node.js", | ||
@@ -15,3 +15,3 @@ "keywords": ["uue", "uuencode", "uudecode", "uuencoding", "uudecoding"], | ||
"array.prototype.findindex": "~0.1.1", | ||
"extend": "~1.2.1" | ||
"extend": "~1.3.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "scripts": { |
@@ -91,3 +91,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. | ||
* `type` — always the JavaScript string `'UUE'`. Might help in further processing of the array (i.e. if other types of blocks are going to be decoded from text blocks). | ||
* `type` — always the JavaScript string `'UUE'`. Might help in further processing of the array (i.e. if other types of blocks are going to be decoded from text blocks; for example, in an [abstract syntax tree](https://github.com/Mithgol/node-abstract-syntax-tree)). | ||
@@ -94,0 +94,0 @@ Lines in the given `text` are expected to be separated by `'\n'` (`\x0A`). |
24831
+ Addedextend@1.3.0(transitive)
- Removedextend@1.2.1(transitive)
Updatedextend@~1.3.0