Skip to content

Commit

Permalink
Release 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Dec 28, 2021
1 parent 9728bcc commit 6f6cf66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @hexagon/base64

The only JavaScript base64 library you will ever need
Base64 and base64url to string or arraybuffer, and back.

![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)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Hexagon/base64/blob/master/LICENSE) [![jsdelivr](https://data.jsdelivr.com/v1/package/gh/hexagon/base64/badge?style=rounded)](https://www.jsdelivr.com/package/gh/hexagon/base64)

* 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).
* Works in Deno >=1.16.
* Works in browsers as standalone, UMD or ES-module.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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>",
"homepage": "https://hexagon.github.io/base64",
"repository": {
Expand Down

0 comments on commit 6f6cf66

Please sign in to comment.