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.18
to
0.0.19
+1
-1
package.json
{
"name": "@vibe-kit/proxy",
"version": "0.0.18",
"version": "0.0.19",
"description": "VibeKit proxy server for secure API routing with built-in data redaction",

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

@@ -9,3 +9,2 @@ #!/usr/bin/env node

const shutdown = (signal) => {
console.log(`\n⚠️ Received ${signal}. Shutting down proxy server...`);
proxy.stop();

@@ -12,0 +11,0 @@ process.exit(0);