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

2fa-hotp-totp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2fa-hotp-totp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json

@@ -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

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