🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

reversa

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reversa - npm Package Compare versions

Comparing version
1.2.33
to
1.2.34
+7
-3
lib/commands/install.js

@@ -34,4 +34,7 @@ import { join, resolve } from 'path';

console.log(renderReversaLogo(chalk));
console.log(chalk.gray(' AI-Powered Reverse Engineering Framework\n'));
console.log(chalk.bold(' Installation\n'));
console.log('');
console.log(chalk.gray('AI-Powered Reverse Engineering Framework'));
console.log('');
console.log(chalk.bold('Installation'));
console.log('');

@@ -60,3 +63,4 @@ // Check existing installation

if (detected) {
console.log(chalk.gray(` Detected: ${detected}\n`));
console.log(chalk.gray(`Detected: ${detected}`));
console.log('');
}

@@ -63,0 +67,0 @@

@@ -90,4 +90,4 @@ import inquirer from 'inquirer';

{ name: 'Code Forward Agents', value: 'forward', checked: true },
{ name: 'Translators N8N->Specs->Python', value: 'translators', checked: true },
{ name: 'Pricing and Size Agents', value: 'pricing', checked: true },
{ name: 'Translators N8N->Specs->Python', value: 'translators', checked: false },
];

@@ -94,0 +94,0 @@

{
"name": "reversa",
"version": "1.2.33",
"version": "1.2.34",
"description": "Transform legacy systems into executable specifications for AI coding agents",

@@ -5,0 +5,0 @@ "bin": {