🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@orpc/client

Package Overview
Dependencies
Maintainers
1
Versions
1117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orpc/client - npm Package Compare versions

Comparing version
2.0.0-beta.16
to
2.0.0-beta.17
+4
-0
dist/plugins/index.mjs

@@ -230,2 +230,6 @@ import { toArray, value, splitInHalf, stringifyJSON, isAsyncIteratorObject, defer, loadBytes, allAbortSignal, replicateAsyncIterator, replicateReadableStream, isCompressibleContentType, override, AsyncIteratorClass, sleep } from '@orpc/shared';

const length = view.getUint32(0, false);
if (length === 0) {
buffer = buffer.subarray(4);
continue;
}
if (buffer.length < 4 + length) {

@@ -232,0 +236,0 @@ break;

+5
-5
{
"name": "@orpc/client",
"type": "module",
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"license": "MIT",

@@ -53,6 +53,6 @@ "homepage": "https://orpc.dev",

"dependencies": {
"@standardserver/core": "^0.2.0",
"@standardserver/fetch": "^0.2.0",
"@standardserver/peer": "^0.2.0",
"@orpc/shared": "2.0.0-beta.16"
"@standardserver/core": "^0.4.2",
"@standardserver/fetch": "^0.4.2",
"@standardserver/peer": "^0.4.2",
"@orpc/shared": "2.0.0-beta.17"
},

@@ -59,0 +59,0 @@ "devDependencies": {

@@ -178,3 +178,3 @@ <h1 align="center">oRPC - Typesafe APIs Made Simple 🪄</h1>

<a href="https://github.com/Scrumplex?ref=orpc" target="_blank" rel="noopener" title="Sefa Eyeoglu"><img src="https://avatars.githubusercontent.com/u/11587657?u=ab503582165c0bbff0cca47ce31c9450bb1553c9&amp;v=4" width="32" height="32" alt="Sefa Eyeoglu" /></a>
<a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="NΛTT"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&amp;v=4" width="32" height="32" alt="NΛTT" /></a>
<a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="natt"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&amp;v=4" width="32" height="32" alt="natt" /></a>
<a href="https://github.com/ChromeGG?ref=orpc" target="_blank" rel="noopener" title="Adam Tkaczyk"><img src="https://avatars.githubusercontent.com/u/39050595?u=a58ca6042a6950e94e6e92442db76ef584279bc0&amp;v=4" width="32" height="32" alt="Adam Tkaczyk" /></a>

@@ -181,0 +181,0 @@ <a href="https://github.com/plancraft?ref=orpc" target="_blank" rel="noopener" title="plancraft"><img src="https://avatars.githubusercontent.com/u/46482287?v=4" width="32" height="32" alt="plancraft" /></a>