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

@vercel/python

Package Overview
Dependencies
Maintainers
9
Versions
158
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 3.1.60 to 4.0.0

./dist/index.js

22

package.json
{
"name": "@vercel/python",
"version": "3.1.60",
"version": "4.0.0",
"main": "./dist/index.js",

@@ -16,8 +16,2 @@ "license": "Apache-2.0",

},
"scripts": {
"build": "node build",
"test": "jest --env node --verbose --runInBand --bail",
"test-unit": "pnpm test test/unit.test.ts",
"test-e2e": "pnpm test test/integration-*"
},
"devDependencies": {

@@ -27,7 +21,13 @@ "@types/execa": "^0.9.0",

"@types/node": "14.18.33",
"@vercel/build-utils": "6.7.2",
"@vercel/build-utils": "7.0.0",
"@vercel/ncc": "0.24.0",
"execa": "^1.0.0"
"execa": "^1.0.0",
"jest-junit": "16.0.0"
},
"gitHead": "2de365f9cfea3ce283d2bf855507c71209f1e3d8"
}
"scripts": {
"build": "node build",
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail",
"test-unit": "pnpm test test/unit.test.ts",
"test-e2e": "pnpm test test/integration-*"
}
}
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