2fa-hotp-totp
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ { | ||
"name": "2fa-hotp-totp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Zero dependency HOTP/TOTP 2FA", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
@@ -1,4 +0,4 @@ | ||
[<img src="https://img.shields.io/npm/v/2FA-HOTP-TOTP">](https://www.npmjs.com/package/2FA-HOTP-TOTP) [<img src="https://img.shields.io/npm/l/2FA-HOTP-TOTP">](https://github.com/TABmk/2FA-HOTP-TOTP/blob/master/LICENSE) [<img src="https://img.shields.io/npm/dm/2FA-HOTP-TOTP">](https://www.npmjs.com/package/2FA-HOTP-TOTP) | ||
[<img src="https://img.shields.io/npm/v/2fa-hotp-totp">](https://www.npmjs.com/package/2fa-hotp-totp) [<img src="https://img.shields.io/npm/l/2fa-hotp-totp">](https://github.com/TABmk/2fa-hotp-totp/blob/master/LICENSE) [<img src="https://img.shields.io/npm/dm/2fa-hotp-totp">](https://www.npmjs.com/package/2fa-hotp-totp) | ||
__Help__ [<img src="https://img.shields.io/github/issues/tabmk/2FA-HOTP-TOTP">](https://github.com/TABmk/2FA-HOTP-TOTP/issues?q=is%3Aopen+is%3Aissue) [<img src="https://img.shields.io/github/issues-pr/tabmk/2FA-HOTP-TOTP">](https://github.com/TABmk/2FA-HOTP-TOTP/pulls?q=is%3Aopen+is%3Apr) | ||
__Help__ [<img src="https://img.shields.io/github/issues/tabmk/2fa-hotp-totp">](https://github.com/TABmk/2fa-hotp-totp/issues?q=is%3Aopen+is%3Aissue) [<img src="https://img.shields.io/github/issues-pr/tabmk/2fa-hotp-totp">](https://github.com/TABmk/2fa-hotp-totp/pulls?q=is%3Aopen+is%3Apr) | ||
@@ -11,3 +11,3 @@ <p align="center"> | ||
#### __Rate me__ [<img src="https://img.shields.io/github/stars/tabmk/2FA-HOTP-TOTP?style=social">](https://github.com/TABmk/2FA-HOTP-TOTP) | ||
#### __Rate me__ [<img src="https://img.shields.io/github/stars/tabmk/2fa-hotp-totp?style=social">](https://github.com/TABmk/2fa-hotp-totp) | ||
@@ -22,3 +22,3 @@ # __2FA-HOTP-TOTP__ | ||
- TOTP - [RFC 6238](https://tools.ietf.org/html/rfc6238) | ||
- Base32 - [RFC 4648](https://tools.ietf.org/html/rfc4648) (without paddings, thanks to [@LinusU](https://github.com/LinusU) | ||
- Base32 - [RFC 4648](https://tools.ietf.org/html/rfc4648) (without paddings, thanks to [@LinusU](https://github.com/LinusU)) | ||
@@ -41,5 +41,5 @@ --- | ||
``` | ||
// import { TFA } from '2FA-HOTP-TOTP'; | ||
import { TFA } from '2FA-HOTP-TOTP'; | ||
OR | ||
// const { TFA } = require('2FA-HOTP-TOTP'); | ||
const { TFA } = require('2FA-HOTP-TOTP'); | ||
``` | ||
@@ -46,0 +46,0 @@ #### HOTP |
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
653460