You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

rapay

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapay - npm Package Compare versions

Comparing version
1.0.8
to
1.0.10
+18
-2
install.js

@@ -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": [