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

base32-encode

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base32-encode - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

index.d.ts
type Variant = 'RFC3548' | 'RFC4648' | 'RFC4648-HEX' | 'Crockford'
declare function base32Encode(buffer: ArrayBuffer, variant: Variant): string
interface Options { padding?: boolean }
declare function base32Encode(buffer: ArrayBuffer, variant: Variant, options?: Options): string
export = base32Encode
{
"name": "base32-encode",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "LinusU/base32-encode",

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