New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

@vibe-kit/proxy

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vibe-kit/proxy - npm Package Compare versions

Comparing version
0.0.17
to
0.0.18
+1
-1
package.json
{
"name": "@vibe-kit/proxy",
"version": "0.0.17",
"version": "0.0.18",
"description": "VibeKit proxy server for secure API routing with built-in data redaction",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -24,7 +24,4 @@ #!/usr/bin/env node

proxy.start().then(() => {
console.log(`🌐 VibeKit proxy server running on port ${port}`);
console.log(`šŸ“Š Ready to handle requests with data redaction`);
console.log(`āŒØļø Press Ctrl+C to stop`);
}).catch(() => {
process.exit(1);
});