Socket
Socket
Sign inDemoInstall

@grpc/grpc-js

Package Overview
Dependencies
Maintainers
3
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grpc/grpc-js - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

1

build/src/resolving-call.js

@@ -88,2 +88,3 @@ "use strict";

}
clearTimeout(this.deadlineTimer);
const filteredStatus = this.filterStack.receiveTrailers(status);

@@ -90,0 +91,0 @@ this.trace('ended with status: code=' + filteredStatus.code + ' details="' + filteredStatus.details + '"');

2

package.json
{
"name": "@grpc/grpc-js",
"version": "1.8.4",
"version": "1.8.5",
"description": "gRPC Library for Node - pure JS implementation",

@@ -5,0 +5,0 @@ "homepage": "https://grpc.io/",

@@ -106,2 +106,3 @@ /*

}
clearTimeout(this.deadlineTimer);
const filteredStatus = this.filterStack.receiveTrailers(status);

@@ -108,0 +109,0 @@ this.trace('ended with status: code=' + filteredStatus.code + ' details="' + filteredStatus.details + '"');

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