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

@vercel/python-analysis

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/python-analysis - npm Package Compare versions

Comparing version
0.5.0
to
0.6.0
+1
-1
dist/index.d.ts

@@ -16,3 +16,3 @@ /**

export type { ClassifyPackagesOptions, PackageClassification, UvLockFile, UvLockPackage, UvLockPackageSource, } from './manifest/uv-lock-parser';
export { classifyPackages, generateRuntimeRequirements, isPrivatePackageSource, normalizePackageName, parseUvLock, } from './manifest/uv-lock-parser';
export { classifyPackages, isPrivatePackageSource, normalizePackageName, parseUvLock, } from './manifest/uv-lock-parser';
export type { PythonSelectionResult } from './manifest/python-selector';

@@ -19,0 +19,0 @@ export { selectPython } from './manifest/python-selector';

@@ -71,8 +71,1 @@ /**

export declare function classifyPackages(options: ClassifyPackagesOptions): PackageClassification;
/**
* Generate requirements.txt content for runtime installation.
*
* Only includes public packages that will be installed at runtime from PyPI.
* Private packages should be bundled separately.
*/
export declare function generateRuntimeRequirements(classification: PackageClassification): string;

@@ -8,2 +8,3 @@ /**

* - A top-level 'app' callable (e.g., Flask, FastAPI, Sanic apps)
* - A top-level 'application' callable (e.g., Django )
* - A top-level 'handler' class (e.g., BaseHTTPRequestHandler subclass)

@@ -10,0 +11,0 @@ *

{
"name": "@vercel/python-analysis",
"version": "0.5.0",
"version": "0.6.0",
"main": "./dist/index.cjs",

@@ -5,0 +5,0 @@ "module": "./dist/index.js",

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

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

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

Sorry, the diff of this file is not supported yet