🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

uue

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uue - npm Package Compare versions

Comparing version

to
1.2.2

4

package.json
{
"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`).