@prisma/fetch-engine
Advanced tools
Comparing version 0.3.31 to 0.3.32
@@ -40,3 +40,9 @@ "use strict"; | ||
if (platform === 'windows') { | ||
return find_cache_dir_1.default({ name: 'prisma' }); | ||
const cacheDir = await find_cache_dir_1.default({ name: 'prisma', create: true }); | ||
if (cacheDir) { | ||
return cacheDir; | ||
} | ||
if (process.env.APPDATA) { | ||
return path_1.default.join(process.env.APPDATA, 'Prisma'); | ||
} | ||
} | ||
@@ -43,0 +49,0 @@ return path_1.default.join(os_1.default.homedir(), '.cache/prisma'); |
{ | ||
"name": "@prisma/fetch-engine", | ||
"version": "0.3.31", | ||
"version": "0.3.32", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
41227
577
16