@hexagon/base64
Advanced tools
Comparing version 1.1.22 to 1.1.23
{ | ||
"name": "@hexagon/base64", | ||
"version": "1.1.22", | ||
"version": "1.1.23", | ||
"description": "Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.", | ||
@@ -5,0 +5,0 @@ "author": "Hexagon <github.com/hexagon>", |
@@ -144,4 +144,4 @@ <p align="center"> | ||
- __fromString(str)__ - Encodes `String` into base64 string | ||
- __toString(str)__ - Decodes base64 string to `String` | ||
- __fromString(str, urlMode)__ - Encodes `String` into base64 string (or base64url string if urlMode is true) | ||
- __toString(str, urlMode)__ - Decodes base64 or base64url string to `String` | ||
@@ -148,0 +148,0 @@ - __validate(str, urlMode)__ - Returns true if `String` str is valid base64/base64 dependending on urlMode |
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
32214