Name: | nodejs-base64-js |
---|---|
Version: | 0.0.7 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 6241 |
License: | MIT |
RPM: | nodejs-base64-js-0.0.7-2.el7.noarch.rpm |
Source RPM: | nodejs-base64-js-0.0.7-2.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.npmjs.org/package/base64-js |
Summary: | Base64 encoding/decoding in pure JS |
Description: | base64-js does basic base64 encoding/decoding in pure JS. Many browsers already have base64 encoding/decoding functionality, but it is for text data, not all-purpose binary data. Sometimes encoding/decoding binary data in the browser is useful, and that is what this module does. |