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.2.0-beta.0 to 1.2.0

3

main.js

@@ -177,2 +177,5 @@ const base32 = require("base32.js")

// loop from C to C + W inclusive
// this is a temporary fix becaouse wrong codes return a value too
// FIX THIS LATER
// eslint-disable-next-line no-unreachable-loop

@@ -179,0 +182,0 @@ for (i = counter; i <= counter + window; ++i) {

2

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

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

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