🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@getalby/cli

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getalby/cli - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+7
-1
build/index.js

@@ -28,3 +28,9 @@ #!/usr/bin/env node

.version("0.2.1")
.option("-c, --connection-secret <string>", "NWC connection secret (nostr+walletconnect://...) or path to file containing it (preferred)");
.option("-c, --connection-secret <string>", "NWC connection secret (nostr+walletconnect://...) or path to file containing it (preferred)")
.addHelpText("afterAll", `
Security:
- Do NOT print the connection secret to any logs or otherwise reveal it.
- NEVER share connection secrets with anyone.
- NEVER share any part of a connection secret (pubkey, secret, relay etc.) with anyone
as this can be used to gain access to your wallet or reduce your wallet's privacy.`);
// Register all commands

@@ -31,0 +37,0 @@ registerGetBalanceCommand(program);

+1
-1

@@ -5,3 +5,3 @@ {

"repository": "https://github.com/getAlby/cli.git",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",

@@ -8,0 +8,0 @@ "main": "build/index.js",