@prisma/client-engine-runtime
Advanced tools
+1
-0
@@ -322,2 +322,3 @@ /** | ||
| private getActiveTransaction; | ||
| cancelAllTransactions(): Promise<void>; | ||
| private startTransactionTimeout; | ||
@@ -324,0 +325,0 @@ private closeTransaction; |
+1
-0
@@ -322,2 +322,3 @@ /** | ||
| private getActiveTransaction; | ||
| cancelAllTransactions(): Promise<void>; | ||
| private startTransactionTimeout; | ||
@@ -324,0 +325,0 @@ private closeTransaction; |
+3
-0
@@ -770,2 +770,5 @@ var __defProp = Object.defineProperty; | ||
| } | ||
| async cancelAllTransactions() { | ||
| await Promise.allSettled([...this.transactions.values()].map((tx) => this.closeTransaction(tx, "rolled_back"))); | ||
| } | ||
| startTransactionTimeout(transactionId, timeout) { | ||
@@ -772,0 +775,0 @@ const timeoutStartedAt = Date.now(); |
+1
-1
| { | ||
| "name": "@prisma/client-engine-runtime", | ||
| "version": "6.4.0-dev.29", | ||
| "version": "6.4.0-dev.30", | ||
| "description": "This package is intended for Prisma's internal use", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
61063
0.4%1138
0.35%