base32-encode
Advanced tools
Comparing version 1.1.0 to 1.1.1
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", |
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
8390
121