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 1.2.0 to 1.2.1

2

package.json
{
"name": "uue",
"main": "uue.js",
"version": "1.2.0",
"version": "1.2.1",
"description": "UUE decoder and encoder for Node.js",

@@ -6,0 +6,0 @@ "keywords": ["uue", "uuencode", "uudecode", "uuencoding", "uudecoding"],

@@ -376,3 +376,5 @@ require('array.prototype.findindex');

//break;
default: throw new Error(this.errors.UNEXPECTED_NUMBER_OF_FILES);
default: throw new Error(
processUUE.errors.UNEXPECTED_NUMBER_OF_FILES
);
}

@@ -379,0 +381,0 @@ }

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