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

@levminer/speakeasy

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@levminer/speakeasy - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

main.js

@@ -37,3 +37,5 @@ const base32 = require("base32.js")

// convert secret to buffer
secret = encoding === "base32" ? Buffer.alloc(base32.decode(secret)) : Buffer.alloc(secret, encoding)
if (!Buffer.isBuffer(secret)) {
secret = encoding === "base32" ? Buffer.alloc(base32.decode(secret)) : Buffer.alloc(secret, encoding)
}

@@ -40,0 +42,0 @@ let secret_buffer_size

{
"name": "@levminer/speakeasy",
"description": "Two-factor authentication for Node.js. Generate One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "http://github.com/Levminer/speakeasy",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/Levminer/speakeasy/issues",

@@ -39,2 +39,4 @@ # @levminer/speakeasy

<a name="#two-factor"></a>
## Two-Factor Usage

@@ -41,0 +43,0 @@

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