@prisma/get-platform
Advanced tools
+3
-8
| { | ||
| "name": "@prisma/get-platform", | ||
| "version": "7.5.0-dev.32", | ||
| "version": "7.5.0-dev.33", | ||
| "description": "This package is intended for Prisma's internal use", | ||
@@ -18,5 +18,2 @@ "main": "dist/index.js", | ||
| "@codspeed/benchmark.js-plugin": "4.0.0", | ||
| "@swc/core": "1.11.5", | ||
| "@swc/jest": "0.2.37", | ||
| "@types/jest": "29.5.14", | ||
| "@types/node": "~20.19.24", | ||
@@ -27,4 +24,2 @@ "benchmark": "2.1.4", | ||
| "fs-jetpack": "5.1.0", | ||
| "jest": "29.7.0", | ||
| "jest-junit": "16.0.0", | ||
| "kleur": "4.1.5", | ||
@@ -37,3 +32,3 @@ "tempy": "1.0.1", | ||
| "dependencies": { | ||
| "@prisma/debug": "7.5.0-dev.32" | ||
| "@prisma/debug": "7.5.0-dev.33" | ||
| }, | ||
@@ -48,4 +43,4 @@ "files": [ | ||
| "build": "tsx helpers/build.ts", | ||
| "test": "jest" | ||
| "test": "vitest run" | ||
| } | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 11 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 11 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
11
-31.25%1216611
-0.01%+ Added
- Removed
Updated