@hexagon/base64
Advanced tools
Comparing version 0.0.11 to 1.0.11
{ | ||
"name": "@hexagon/base64", | ||
"version": "0.0.11", | ||
"description": "Base64 and base64url to string or arraybuffer", | ||
"version": "1.0.11", | ||
"description": "Base64 and base64url to string or arraybuffer, and back.", | ||
"author": "Hexagon <github.com/hexagon>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://hexagon.github.io/base64", |
# @hexagon/base64 | ||
The only JavaScript base64 library you will ever need | ||
Base64 and base64url to string or arraybuffer, and back. | ||
@@ -8,4 +8,4 @@ ![Node.js CI](https://github.com/Hexagon/base64/workflows/Node.js%20CI/badge.svg?branch=master) [![npm version](https://badge.fury.io/js/base64.svg)](https://badge.fury.io/js/@hexagon/base64) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4978bdbf495941c087ecb32b120f28ff)](https://www.codacy.com/gh/Hexagon/base64/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Hexagon/base64&utm_campaign=Badge_Grade) | ||
* Support both regular base64, and base64url | ||
* Encode/Decode both string and ArrayBuffers | ||
* Support regular base64, and base64url | ||
* Convert to/from string or ArrayBuffers | ||
* Works in Node.js >=4.0 (both require and import). | ||
@@ -12,0 +12,0 @@ * Works in Deno >=1.16. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26369
0