Socket
Socket
Sign inDemoInstall

nice-grpc-web

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-grpc-web - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

lib/client/decodeResponse.js

@@ -26,3 +26,3 @@ "use strict";

let { data } = frame;
while (data.length > 0) {
while (data.length > 0 || (lpmHeader === null || lpmHeader === void 0 ? void 0 : lpmHeader.length) === 0) {
const position = Math.min(data.length, buffer.targetLength - buffer.totalLength);

@@ -29,0 +29,0 @@ const chunk = data.subarray(0, position);

{
"name": "nice-grpc-web",
"version": "3.2.0",
"version": "3.2.1",
"description": "A Browser gRPC library that is nice to you",

@@ -86,3 +86,3 @@ "keywords": [

},
"gitHead": "c88cc8ba7efc6c544c6134711f43676b6b820d4d"
"gitHead": "02348455b53d8478dd84d2629a98bb37c28d0cd5"
}

@@ -47,3 +47,3 @@ import {Metadata} from 'nice-grpc-common';

while (data.length > 0) {
while (data.length > 0 || lpmHeader?.length === 0) {
const position = Math.min(

@@ -50,0 +50,0 @@ data.length,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc