Socket
Socket
Sign inDemoInstall

uuencode

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    uuencode

Node.js implementation of the Unix program uuencode.


Version published
Weekly downloads
71K
decreased by-3.75%
Maintainers
1
Install size
7.37 kB
Created
Weekly downloads
 

Readme

Source

uuencode

Node.js implementation of the Unix program uuencode.

More information on the uuencode encoding can be found here.

Installation

npm install -g uuencode

Examples

The following examples show you how to use uuencode.

var uuencode = require('uuencode');

// encode something
var encoded = uuencode.encode('Unix-to-Unix encoding');
// '556YI>"UT;RU5;FEX(&5N8V]D:6YG\n'

// decode something
var decoded = uuencode.decode('556YI>"UT;RU5;FEX(&5N8V]D:6YG\n');
// 'Unix-to-Unix encoding'

Running Tests

$ npm test

Keywords

FAQs

Last updated on 02 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc