Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hexagon/base64

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hexagon/base64 - npm Package Compare versions

Comparing version 1.1.22 to 1.1.23

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc