@prisma/fetch-engine
Advanced tools
Sorry, the diff of this file is too big to display
+7
-7
@@ -21,11 +21,11 @@ "use strict"; | ||
| __export(download_exports, { | ||
| download: () => import_chunk_WMCS6P4E.download, | ||
| getBinaryName: () => import_chunk_WMCS6P4E.getBinaryName, | ||
| getVersion: () => import_chunk_WMCS6P4E.getVersion, | ||
| maybeCopyToTmp: () => import_chunk_WMCS6P4E.maybeCopyToTmp, | ||
| plusX: () => import_chunk_WMCS6P4E.plusX, | ||
| vercelPkgPathRegex: () => import_chunk_WMCS6P4E.vercelPkgPathRegex | ||
| download: () => import_chunk_XPIFMUOY.download, | ||
| getBinaryName: () => import_chunk_XPIFMUOY.getBinaryName, | ||
| getVersion: () => import_chunk_XPIFMUOY.getVersion, | ||
| maybeCopyToTmp: () => import_chunk_XPIFMUOY.maybeCopyToTmp, | ||
| plusX: () => import_chunk_XPIFMUOY.plusX, | ||
| vercelPkgPathRegex: () => import_chunk_XPIFMUOY.vercelPkgPathRegex | ||
| }); | ||
| module.exports = __toCommonJS(download_exports); | ||
| var import_chunk_WMCS6P4E = require("./chunk-WMCS6P4E.js"); | ||
| var import_chunk_XPIFMUOY = require("./chunk-XPIFMUOY.js"); | ||
| var import_chunk_5564WBCW = require("./chunk-5564WBCW.js"); | ||
@@ -32,0 +32,0 @@ var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js"); |
+7
-7
@@ -24,16 +24,16 @@ "use strict"; | ||
| deprecatedEnvVarMap: () => import_chunk_XNR2KDTK.deprecatedEnvVarMap, | ||
| download: () => import_chunk_WMCS6P4E.download, | ||
| download: () => import_chunk_XPIFMUOY.download, | ||
| engineEnvVarMap: () => import_chunk_XNR2KDTK.engineEnvVarMap, | ||
| getBinaryEnvVarPath: () => import_chunk_XNR2KDTK.getBinaryEnvVarPath, | ||
| getBinaryName: () => import_chunk_WMCS6P4E.getBinaryName, | ||
| getBinaryName: () => import_chunk_XPIFMUOY.getBinaryName, | ||
| getCacheDir: () => import_chunk_4MDZEOKU.getCacheDir, | ||
| getProxyAgent: () => import_chunk_CTLNI6CP.getProxyAgent, | ||
| getVersion: () => import_chunk_WMCS6P4E.getVersion, | ||
| maybeCopyToTmp: () => import_chunk_WMCS6P4E.maybeCopyToTmp, | ||
| getVersion: () => import_chunk_XPIFMUOY.getVersion, | ||
| maybeCopyToTmp: () => import_chunk_XPIFMUOY.maybeCopyToTmp, | ||
| overwriteFile: () => import_chunk_4MDZEOKU.overwriteFile, | ||
| plusX: () => import_chunk_WMCS6P4E.plusX, | ||
| vercelPkgPathRegex: () => import_chunk_WMCS6P4E.vercelPkgPathRegex | ||
| plusX: () => import_chunk_XPIFMUOY.plusX, | ||
| vercelPkgPathRegex: () => import_chunk_XPIFMUOY.vercelPkgPathRegex | ||
| }); | ||
| module.exports = __toCommonJS(index_exports); | ||
| var import_chunk_WMCS6P4E = require("./chunk-WMCS6P4E.js"); | ||
| var import_chunk_XPIFMUOY = require("./chunk-XPIFMUOY.js"); | ||
| var import_chunk_5564WBCW = require("./chunk-5564WBCW.js"); | ||
@@ -40,0 +40,0 @@ var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js"); |
+3
-3
| { | ||
| "name": "@prisma/fetch-engine", | ||
| "version": "7.4.0-dev.17", | ||
| "version": "7.4.0-dev.18", | ||
| "description": "This package is intended for Prisma's internal use", | ||
@@ -40,4 +40,4 @@ "main": "dist/index.js", | ||
| "@prisma/engines-version": "7.4.0-15.6129681d45ea4510d3372dd5b28f6b89275848a5", | ||
| "@prisma/debug": "7.4.0-dev.17", | ||
| "@prisma/get-platform": "7.4.0-dev.17" | ||
| "@prisma/debug": "7.4.0-dev.18", | ||
| "@prisma/get-platform": "7.4.0-dev.18" | ||
| }, | ||
@@ -44,0 +44,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 23 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 23 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
+ Added
+ Added
- Removed
- Removed
Updated