🚀 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.1
to
0.0.2
+1
-1
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.1";
var version = "0.0.2";
var package_default = {

@@ -21,0 +21,0 @@ name,

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

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

@@ -16,5 +16,5 @@ # OTPm

```bash
npm install -g otpm
npm install -g @spoonly/otpm
# or
pnpm add -g otpm
pnpm add -g @spoonly/otpm
```

@@ -21,0 +21,0 @@