@trpc/client
Advanced tools
+2
-2
| { | ||
| "name": "@trpc/client", | ||
| "type": "module", | ||
| "version": "11.15.2-canary.2+bdf2c6532", | ||
| "version": "11.15.2-canary.3+c4b1d7458", | ||
| "description": "The tRPC client library", | ||
@@ -148,3 +148,3 @@ "author": "KATT", | ||
| }, | ||
| "gitHead": "bdf2c6532e68afdccec30c50bfe44f94669bd865" | ||
| "gitHead": "c4b1d7458ec869f6c51469f7fcd84b517d53ffae" | ||
| } |
@@ -10,3 +10,3 @@ --- | ||
| library: trpc | ||
| library_version: '11.14.0' | ||
| library_version: '11.15.1' | ||
| requires: | ||
@@ -13,0 +13,0 @@ - server-setup |
@@ -12,3 +12,3 @@ --- | ||
| library: trpc | ||
| library_version: '11.14.0' | ||
| library_version: '11.15.1' | ||
| requires: | ||
@@ -277,2 +277,3 @@ - client-setup | ||
| maxURLLength: 2083, | ||
| // should be the same or lower than the server's maxBatchSize | ||
| maxItems: 10, | ||
@@ -282,3 +283,3 @@ }); | ||
| Both `maxURLLength` and `maxItems` default to `Infinity`, which can cause 413/414 HTTP errors on servers or CDNs with URL length limits. | ||
| Both `maxURLLength` and `maxItems` default to `Infinity`, which can cause 413/414 HTTP errors on servers or CDNs with URL length limits. When the server sets `maxBatchSize`, set `maxItems` to the same or lower value so the client auto-splits batches instead of triggering a `400 Bad Request`. | ||
@@ -285,0 +286,0 @@ Source: packages/client/src/links/httpBatchLink.ts |
@@ -11,3 +11,3 @@ --- | ||
| library: trpc | ||
| library_version: '11.14.0' | ||
| library_version: '11.15.1' | ||
| requires: | ||
@@ -14,0 +14,0 @@ - server-setup |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
605851
0.04%