@otplib/plugin-base32-scure 13.0.0 → 13.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @otplib/plugin-base32-scure
|
|
2
2
|
|
|
3
|
-
Base32 encoding/decoding plugin for otplib using the
|
|
3
|
+
Base32 encoding/decoding plugin for otplib using the `@scure/base` library.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ yarn add @otplib/plugin-base32-scure
|
|
|
12
12
|
|
|
13
13
|
## Overview
|
|
14
14
|
|
|
15
|
-
This plugin provides Base32 encoding and decoding using `@scure/base`, a cryptographic library
|
|
15
|
+
This plugin provides Base32 encoding and decoding using `@scure/base`, a cryptographic library which is audited and has comprehensive TypeScript support.
|
|
16
16
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@otplib/plugin-base32-scure",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "Base32 plugin for otplib using @scure/base",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Gerald Yeo <support@yeojz.dev>",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@scure/base": "^1.1.7",
|
|
46
|
-
"@otplib/core": "13.0.
|
|
46
|
+
"@otplib/core": "13.0.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^25.0.3",
|