@netlify/edge-bundler
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -5,2 +5,3 @@ import { promises as fs } from 'fs'; | ||
import { execa } from 'execa'; | ||
import pathKey from 'path-key'; | ||
import semver from 'semver'; | ||
@@ -125,2 +126,4 @@ import { download } from './downloader.js'; | ||
} | ||
// Ensure PATH is always set as otherwise we are not able to find the global deno binary | ||
env[pathKey()] = inputEnv[pathKey({ env: inputEnv })] || process.env[pathKey()]; | ||
return env; | ||
@@ -127,0 +130,0 @@ } |
{ | ||
"name": "@netlify/edge-bundler", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "Intelligently prepare Netlify Edge Functions for deployment", | ||
@@ -90,2 +90,3 @@ "type": "module", | ||
"p-wait-for": "^4.1.0", | ||
"path-key": "^4.0.0", | ||
"semver": "^7.3.5", | ||
@@ -92,0 +93,0 @@ "tmp-promise": "^3.0.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50591
1165
12
12
+ Addedpath-key@^4.0.0