Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/python

Package Overview
Dependencies
Maintainers
155
Versions
160
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 2.3.4 to 3.0.0

2

dist/index.d.ts
import { BuildOptions, shouldServe } from '@vercel/build-utils';
import { installRequirement, installRequirementsFile } from './install';
export declare const version = 3;
export declare function downloadFilesInWorkPath({ entrypoint, workPath, files, meta, }: BuildOptions): Promise<string>;
export declare function downloadFilesInWorkPath({ entrypoint, workPath, files, meta, }: Pick<BuildOptions, 'entrypoint' | 'workPath' | 'files' | 'meta'>): Promise<string>;
export declare const build: ({ workPath, files: originalFiles, entrypoint, meta, config, }: BuildOptions) => Promise<{

@@ -6,0 +6,0 @@ output: import("@vercel/build-utils").Lambda;

{
"name": "@vercel/python",
"version": "2.3.4",
"version": "3.0.0",
"main": "./dist/index.js",

@@ -26,3 +26,3 @@ "license": "MIT",

"@types/jest": "27.4.1",
"@vercel/build-utils": "3.1.1",
"@vercel/build-utils": "4.0.0",
"@vercel/ncc": "0.24.0",

@@ -32,3 +32,3 @@ "execa": "^1.0.0",

},
"gitHead": "ad436313e155b0e07cb14475e11c5c12e1b36f75"
"gitHead": "de0d2fba0b32588726a2799015eaff4e6bb65ffb"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc