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 0.7.5 to 0.7.6

2

build/src/http_proxy.js

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

}
if (proxyUrl.protocol !== 'http') {
if (proxyUrl.protocol !== 'http:') {
logging_1.log(constants_1.LogVerbosity.ERROR, `"${proxyUrl.protocol}" scheme not supported in proxy URI`);

@@ -63,0 +63,0 @@ return {};

{
"name": "@grpc/grpc-js",
"version": "0.7.5",
"version": "0.7.6",
"description": "gRPC Library for Node - pure JS implementation",

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

@@ -64,3 +64,3 @@ /*

}
if (proxyUrl.protocol !== 'http') {
if (proxyUrl.protocol !== 'http:') {
log(LogVerbosity.ERROR, `"${proxyUrl.protocol}" scheme not supported in proxy URI`);

@@ -163,2 +163,2 @@ return {};

});
}
}

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