🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@vercel/python

Package Overview
Dependencies
Maintainers
2
Versions
251
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.28.0
to
6.29.0
+4
-4
package.json
{
"name": "@vercel/python",
"version": "6.28.0",
"version": "6.29.0",
"main": "./dist/index.js",

@@ -39,5 +39,5 @@ "license": "Apache-2.0",

"which": "3.0.0",
"@vercel/build-utils": "13.10.0",
"@vercel/python-runtime": "0.11.0",
"@vercel/error-utils": "2.0.3"
"@vercel/build-utils": "13.12.1",
"@vercel/error-utils": "2.0.3",
"@vercel/python-runtime": "0.12.0"
},

@@ -44,0 +44,0 @@ "scripts": {

@@ -36,2 +36,4 @@ """

settings = {k: getattr(mod, k) for k in dir(mod) if k.isupper()}
import django
print(

@@ -42,2 +44,3 @@ json.dumps(

"django_settings": settings,
"django_version": django.VERSION[:3],
},

@@ -44,0 +47,0 @@ default=str,

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

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