+18
-2
@@ -15,5 +15,19 @@ #!/usr/bin/env node | ||
| const VERSION = '1.0.5'; // CDN binary version (npm package version may differ) | ||
| const VERSION = '1.0.7'; // CDN binary version (npm package version may differ) | ||
| const CDN_BASE = 'https://cdn.rapay.ai'; | ||
| // Optic Yellow (#CCFF00) ANSI escape code | ||
| const OPTIC_YELLOW = '\x1b[38;2;204;255;0m'; | ||
| const RESET = '\x1b[0m'; | ||
| // Pixelated RA PAY logo (matches CLI logo.rs) | ||
| const LOGO = ` | ||
| ██████╗ █████╗ ██████╗ █████╗ ██╗ ██╗ | ||
| ██╔══██╗██╔══██╗ ██╔══██╗██╔══██╗╚██╗ ██╔╝ | ||
| ██████╔╝███████║ ██████╔╝███████║ ╚████╔╝ | ||
| ██╔══██╗██╔══██║ ██╔═══╝ ██╔══██║ ╚██╔╝ | ||
| ██║ ██║██║ ██║ ██║ ██║ ██║ ██║ | ||
| ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ | ||
| `; | ||
| // Platform/arch to binary name mapping | ||
@@ -198,4 +212,4 @@ // NOTE: linux-arm64 not supported yet (keyring native libs don't cross-compile) | ||
| console.log(''); | ||
| console.log(OPTIC_YELLOW + LOGO + RESET); | ||
| console.log('Ra Pay CLI installed successfully!'); | ||
| console.log('Run "ra --help" to get started.'); | ||
| console.log(''); | ||
@@ -206,2 +220,4 @@ console.log('Quick start:'); | ||
| console.log(' ra send Send payments'); | ||
| console.log(''); | ||
| console.log('Run "ra --help" for all commands.'); | ||
| } catch (error) { | ||
@@ -208,0 +224,0 @@ console.error(''); |
+1
-1
| { | ||
| "name": "rapay", | ||
| "version": "1.0.8", | ||
| "version": "1.0.10", | ||
| "description": "CLI-native payment infrastructure for AI agents. Send fiat USD payments via Stripe without browser automation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
12491
8.03%196
7.69%