Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@grpc/grpc-js

Package Overview
Dependencies
Maintainers
3
Versions
181
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.12.2 to 1.12.3

build/src/call-credentials-filter.d.ts

4

build/src/transport.js

@@ -127,2 +127,6 @@ "use strict";

});
session.socket.once('close', () => {
this.trace('connection closed');
this.handleDisconnect();
});
if (logging.isTracerEnabled(TRACER_NAME)) {

@@ -129,0 +133,0 @@ session.on('remoteSettings', (settings) => {

2

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

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

@@ -230,2 +230,7 @@ /*

session.socket.once('close', () => {
this.trace('connection closed');
this.handleDisconnect();
});
if (logging.isTracerEnabled(TRACER_NAME)) {

@@ -232,0 +237,0 @@ session.on('remoteSettings', (settings: http2.Settings) => {

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