5.0.2 • Published 1 year ago

@axway/api-builder-plugin-fn-base64 v5.0.2

Weekly downloads
246
License
SEE LICENCE IN LI...
Repository
-
Last release
1 year ago

@axway/api-builder-plugin-fn-base64

About

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

Encode

Encodes data into a string using the base64 encoding scheme. If the data is a Buffer or a string, its bytes will be encoded as-is. Otherwise, the data will be first converted using JSON.stringify, and then encoded.

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

Decode

Decodes a base64 encoded string into the provided format (see "Decode data as" parameter).

ParamTypeRequiredDescription
datastringyThe base64 encoded string.
asboolean|buffer|number|object|stringnIf "buffer", data will be returned as a Buffer. If "string", data will be converted to utf-8 String. If "number", the data will be converted to a utf-8 string and then parsed as base 10 integer. If "boolean”, the data will be converted to a utf-8 string and if "false", "0", or empty string, the value is false (otherwise, true). If "object", the value is converted to a utf-8 string and parsed using JSON.parse. Default: buffer

Getting started

  1. Follow the Getting Started Guide

Install

After creating your API Builder service (api-builder init), you can install this plugin using npm:

npm install --no-optional @axway/api-builder-plugin-fn-base64

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

Changes

5.0.2

  • #7538: Update @axway/api-builder-sdk dependency.

5.0.1

  • #7517: Update @axway/api-builder-sdk dependency.

5.0.0

  • #6089: Breaking change: requires minimum Node.js version 16.x.

4.1.6

  • #7470: Update @axway/api-builder-test-utils devDependency.

4.1.5

  • #7495: Updated README.md.

4.1.4

  • #7466: Update @axway/api-builder-sdk dependency.

4.1.3

  • #7474: Internal dev-dependency move.

4.1.2

  • #7412: Pin in-house dependencies.

4.1.1

  • #7403: Internal dev-dependency change.

4.1.0

  • #6933: Replace peerDependency on @axway/api-builder-runtime with engines.apibuilder.

4.0.3

  • #7057: Updated documentation links.

4.0.2

  • #7010: Internal refactor of unit-tests.

4.0.1

  • #6801: Added internal unit-test.

4.0.0

  • #6555: Breaking change: Updated the Encode method to directly convert to base64 when data input is a raw Buffer.
  • #6555: Updated the Encode method's description to reflect base64 encoding of strings and raw Buffer.
  • #6555: Updated the Decode method's description and parameter as description with extra information about the expected decoded data format.

3.0.0

WARNING: Installing this release can cause your application to emit a MISSING_KEY error(s) on startup and cause flows to be uneditable in the UI. If you encounter this issue, please contact Axway Support (support@axway.com) so that we may assist you with your upgrade.

  • #6452: Breaking change: Added the error output to Encode method.
  • #6452: Breaking change: Renamed encoded output to next in Encode method.
  • #6452: Breaking change: Renamed decoded output to next in Decode method.
  • #6452: Changed schema type of Decode method's next output to oneOf number, boolean, string, object.

2.1.5

  • #6413: Removed axway-flow-sdk dependency.

2.1.4

  • #6413: Migrate from axway-flow-sdk to @axway/api-builder-sdk@1.0.0.
  • #6413: Previously, invalid arguments to decode would cause the flow to exit. Now, the error output will be called.

2.1.3

  • #6315: Internal chore.

2.1.1 - 2.1.2

  • #6116: Internal cleanup chore.

2.1.0

  • #6093: Removed the explicit maximum supported Node.js version limitation in package.json.
  • #6093: Internal test suite clean up.

2.0.14

  • #6026: Documents ranges of supported Node.js versions in package.json

2.0.13

  • #6074: Internal CI chore

2.0.4 - 2.0.12

  • #5891: Bump axway-flow-sdk dependency

2.0.3

  • #5711: Internal cleanup of npm scripts.

2.0.2

  • #5708: Internal changes to update mocha configuration

2.0.1

  • #5707: Internal cleanup to code coverage during build process.

2.0.0

  • #5742: Update axway-flow-sdk dependency to fix security vulnerability on dot module.
  • #5742: Breaking Change: Minimum supported version of API Builder is now 4.5.0

1.0.14

  • #5050: Updating license text.

1.0.8

  • #4757: Changed SCM repository and associated internal cleanup.

License

This code is proprietary, closed source software licensed to you by Axway. All Rights Reserved. You may not modify Axway’s code without express written permission of Axway. You are licensed to use and distribute your services developed with the use of this software and dependencies, including distributing reasonable and appropriate portions of the Axway code and dependencies. Except as set forth above, this code MUST not be copied or otherwise redistributed without express written permission of Axway. This module is licensed as part of the Axway Platform and governed under the terms of the Axway license agreement (General Conditions) located here: https://support.axway.com/en/auth/general-conditions; EXCEPT THAT IF YOU RECEIVED A FREE SUBSCRIPTION, LICENSE, OR SUPPORT SUBSCRIPTION FOR THIS CODE, NOTWITHSTANDING THE LANGUAGE OF THE GENERAL CONDITIONS, AXWAY HEREBY DISCLAIMS ALL SUPPORT AND MAINTENANCE OBLIGATIONS, AS WELL AS ALL EXPRESS AND IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO IMPLIED INFRINGEMENT WARRANTIES, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, AND YOU ACCEPT THE PRODUCT AS-IS AND WITH ALL FAULTS, SOLELY AT YOUR OWN RISK. Your right to use this software is strictly limited to the term (if any) of the license or subscription originally granted to you.

5.0.2

1 year ago

5.0.1

2 years ago

5.0.0

2 years ago

4.1.6

2 years ago

4.1.5

2 years ago

4.1.4

2 years ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.3

2 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.0.0

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.14

4 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-6

6 years ago

1.0.0-5

6 years ago

1.0.0-4

6 years ago

1.0.0-3

6 years ago

1.0.0-2

6 years ago

1.0.0-1

6 years ago