New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@citymallservices/k8s-grpc-resolver

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citymallservices/k8s-grpc-resolver - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "@citymallservices/k8s-grpc-resolver",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

@@ -73,2 +73,13 @@ import { ChannelOptions, Metadata, StatusObject } from "@grpc/grpc-js";

this.serviceName = hostPort?.host;
if (
this.serviceName?.includes("localhost") ||
this.serviceName?.includes("127.0.0.1")
) {
this.error = {
code: Status.UNAVAILABLE,
details: `Failed to parse ${target.scheme} address ${target.path} ${target.authority}`,
metadata: new Metadata(),
};
return;
}
this.port = hostPort?.port;

@@ -75,0 +86,0 @@

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