{"library":"node-red-node-base64","type":"library","category":null,"description":"This package provides a Node-RED node for encoding and decoding messages using Base64 format. It allows developers to convert `msg.payload` to a Base64 string if the input is a binary buffer, or decode a Base64 string back into a binary buffer. As of its stable `1.0.0` release, it offers robust and straightforward functionality for common Base64 transformations within Node-RED flows. Being part of the official Node-RED nodes collection, it often aligns with Node-RED core updates and feature milestones. Its primary differentiator is its seamless integration into the visual flow programming paradigm of Node-RED, handling the technical details of buffer and string conversions automatically based on input type. The package is maintained, indicating stability with less frequent, but impactful, updates. Its purpose is to simplify Base64 operations for Node-RED users without requiring custom function nodes.","language":"javascript","status":"maintenance","version":"1.0.0","tags":["javascript","node-red","base64"],"install":[{"cmd":"npm install node-red-node-base64","imports":["{\"id\": \"my-base64-node\", \"type\": \"base64\", \"name\": \"My Base64 Converter\", \"wires\": [...]} (within Node-RED flow JSON)","npm i node-red-node-base64 (run within Node-RED user directory, e.g., ~/.node-red)","(Configure the 'base64' node in a flow; it automatically detects input type (Buffer for encode, string for decode) from msg.payload)"]},{"cmd":"yarn add node-red-node-base64","imports":[]},{"cmd":"pnpm add node-red-node-base64","imports":[]}],"homepage":null,"github":"https://github.com/node-red/node-red-nodes","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-red-node-base64","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-red-node-base64/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}