🚀 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.8
to
0.0.9
+5
-2
dist/cli.mjs

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

var name = "@spoonly/otpm";
var version = "0.0.8";
var version = "0.0.9";
var package_default = {

@@ -625,3 +625,6 @@ name,

});
updateNotifier({ pkg: package_default }).notify();
updateNotifier({
pkg: package_default,
updateCheckInterval: 1e3 * 60 * 60
}).notify({ isGlobal: true });
const cli = cac("otpm");

@@ -628,0 +631,0 @@ cli.command("add", "Add a new OTP account").alias("a").action(() => addHandler(config));

{
"name": "@spoonly/otpm",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"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.",

@@ -6,0 +6,0 @@ "author": "OSpoon <zxin088@gmail.com>",