@vercel/ruby
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@vercel/ruby", | ||
"author": "Nathan Cahill <nathan@nathancahill.com>", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "Apache-2.0", | ||
@@ -20,4 +20,3 @@ "main": "./dist/index", | ||
"@types/semver": "6.0.0", | ||
"@vercel/build-utils": "7.2.0", | ||
"@vercel/ncc": "0.24.0", | ||
"@vercel/build-utils": "7.2.5", | ||
"execa": "2.0.4", | ||
@@ -31,4 +30,5 @@ "fs-extra": "^7.0.1", | ||
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail", | ||
"test-e2e": "pnpm test" | ||
"test-e2e": "pnpm test", | ||
"type-check": "tsc --noEmit" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
278764
7
7947
41