New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 2.1.0 to 2.1.1

4

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc