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
229
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.22.1
to
6.23.0
+1
-1
package.json
{
"name": "@vercel/python",
"version": "6.22.1",
"version": "6.23.0",
"main": "./dist/index.js",

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

@@ -36,2 +36,10 @@ """

settings = {k: getattr(mod, k) for k in dir(mod) if k.isupper()}
print(json.dumps(settings, default=str))
print(
json.dumps(
{
"settings_module": settings_module,
"django_settings": settings,
},
default=str,
)
)

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

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