🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@spoonly/otpm

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spoonly/otpm - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+3
-3
dist/cli.mjs

@@ -18,3 +18,3 @@ import { a as parseOTPAuthURI, i as getRemainingSeconds, n as generateOTP } from "./src-CAXJf9Vq.mjs";

var name = "@spoonly/otpm";
var version = "0.0.3";
var version = "0.0.4";
var package_default = {

@@ -25,3 +25,3 @@ name,

packageManager: "pnpm@10.33.0",
description: "OTPm is a lightweight and efficient command-line two-factor authentication passcode generator, focusing on the generation and management of TOTP/HOTP one-time passcodes.",
description: "OTPm is a lightweight and efficient command-line two-factor authentication passcode generator, focusing on the generation and management of TOTP one-time passcodes.",
author: "OSpoon <zxin088@gmail.com>",

@@ -582,3 +582,3 @@ license: "MIT",

process.stdout.write(`\n${colored}\n`);
process.stdout.write(` ${pc.dim("Lightweight TOTP/HOTP CLI · v")}${pc.dim(version)}\n\n`);
process.stdout.write(` ${pc.dim("Lightweight TOTP CLI · v")}${pc.dim(version)}\n\n`);
}

@@ -585,0 +585,0 @@

{
"name": "@spoonly/otpm",
"type": "module",
"version": "0.0.3",
"description": "OTPm is a lightweight and efficient command-line two-factor authentication passcode generator, focusing on the generation and management of TOTP/HOTP one-time passcodes.",
"version": "0.0.4",
"description": "OTPm is a lightweight and efficient command-line two-factor authentication passcode generator, focusing on the generation and management of TOTP one-time passcodes.",
"author": "OSpoon <zxin088@gmail.com>",

@@ -7,0 +7,0 @@ "license": "MIT",

@@ -9,3 +9,3 @@ # OTPm

OTPm 是一款轻量、高效的命令行两步验证密码器,专注于 TOTP/HOTP 动态口令的生成与管理。无需图形界面,即可快速安全地生成一次性密码,为各类平台账号提供二次身份验证保护。
OTPm 是一款轻量、高效的命令行两步验证密码器,专注于 TOTP 动态口令的生成与管理。无需图形界面,即可快速安全地生成一次性密码,为各类平台账号提供二次身份验证保护。

@@ -12,0 +12,0 @@ 支持密钥导入、多账户管理、自动刷新令牌与本地加密存储,兼顾安全与便捷,适合开发者、运维人员与注重隐私的用户在终端环境下快速使用两步验证能力。