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

@vercel/python

Package Overview
Dependencies
Maintainers
2
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/python - npm Package Compare versions

Comparing version
6.24.0
to
6.25.0
+5
-4
package.json
{
"name": "@vercel/python",
"version": "6.24.0",
"version": "6.25.0",
"main": "./dist/index.js",

@@ -18,3 +18,3 @@ "license": "Apache-2.0",

"dependencies": {
"@vercel/python-analysis": "0.10.0"
"@vercel/python-analysis": "0.10.1"
},

@@ -40,8 +40,9 @@ "devDependencies": {

"which": "3.0.0",
"@vercel/build-utils": "13.8.2",
"@vercel/error-utils": "2.0.3",
"@vercel/python-runtime": "0.9.0",
"@vercel/build-utils": "13.8.1"
"@vercel/python-runtime": "0.10.0"
},
"scripts": {
"build": "node ../../utils/build-builder.mjs",
"type-check": "tsc --noEmit",
"test": "cross-env VERCEL_FORCE_PYTHON_STREAMING=1 jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail",

@@ -48,0 +49,0 @@ "test-unit": "vitest run --config ../../vitest.config.mts test/unit.test.ts",

@@ -10,2 +10,3 @@ # Auto-generated trampoline used by vercel dev (Python, ASGI/WSGI)

"VERCEL_DEV_FRAMEWORK": "__VC_DEV_FRAMEWORK__",
"VERCEL_DEV_VARIABLE_NAME": "__VC_DEV_VARIABLE_NAME__",
}

@@ -12,0 +13,0 @@ )

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display