Socket
Socket
Sign inDemoInstall

nodehandler-base64

Package Overview
Dependencies
Maintainers
12
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodehandler-base64

Axway Flow Engine Base64 node.


Version published
Weekly downloads
1
decreased by-97.44%
Maintainers
12
Weekly downloads
 
Created
Source

nodehandler-base64

About

This module installs the Base64 flow-node to be used within Axway API Builder's flow editor. The flow-node provides two methods:

Encode

The Encode method base64 encodes the JavaScript value.

ParamTypeRequiredDescription
datanumber/boolean/string/objectyThe data to encode.

Decode

The Decode method base64 decodes an encoded string.

ParamTypeRequiredDescription
datanumber/boolean/string/objectyThe data to decode.
asbuffer|object|stringnExpected decoded data format. Default: buffer

Getting started

  1. Go to platform.axway.com and create an account
  2. Install API Builder
  3. Follow the Getting Started Guide

Install

After creating your API Builder project (appc new -t arrow), you can install this flow-node handler using npm:

npm install --save nodehandler-base64

The "Base64" flow-node will then be available in the tools panel when creating or editing Flows.

Keywords

FAQs

Package last updated on 24 May 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc