xploitscan 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -48155,7 +48155,7 @@ async function cursorInstallCommand(opts = {}) {
48155
48155
  var program = new Command();
48156
48156
  program.name("xploitscan").description(
48157
48157
  "AI security scanner for vibe-coded apps. Find vulnerabilities before attackers do."
48158
- ).version("1.1.1");
48158
+ ).version("1.1.2");
48159
48159
  program.command("scan").description("Scan a directory for security vulnerabilities").argument("[directory]", "Directory to scan", ".").option("--no-ai", "Skip AI-powered analysis").option(
48160
48160
  "-f, --format <format>",
48161
48161
  "Output format: terminal, json, sarif, splunk-hec, elastic-ecs, datadog-logs",