Socket
Socket
Sign inDemoInstall

@daocloud-proto/kant

Package Overview
Dependencies
0
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0-alpha1 to 0.11.0-alpha2

8

core/v1alpha1/node.pb.ts

@@ -14,2 +14,10 @@ /* eslint-disable */

name?: string
}
export type GetFirstControlPlaneNodeIPRequest = {
cluster?: string
}
export type GetFirstControlPlaneNodeIPResponse = {
ip?: string
}

3

core/v1alpha1/rpc.pb.ts

@@ -58,2 +58,5 @@ /* eslint-disable */

}
static GetFirstControlPlaneNodeIP(req: KantIoApiCoreV1alpha1Node.GetFirstControlPlaneNodeIPRequest, initReq?: fm.InitReq): Promise<KantIoApiCoreV1alpha1Node.GetFirstControlPlaneNodeIPResponse> {
return fm.fetchReq<KantIoApiCoreV1alpha1Node.GetFirstControlPlaneNodeIPRequest, KantIoApiCoreV1alpha1Node.GetFirstControlPlaneNodeIPResponse>(`/apis/core.kant.io/v1alpha1/clusters/${req["cluster"]}/nodes/first-controlplane/address?${fm.renderURLSearchParams(req, ["cluster"])}`, {...initReq, method: "GET"})
}
}

@@ -60,0 +63,0 @@ export class DeploymentApp {

2

package.json
{
"name":"@daocloud-proto/kant",
"version":"0.11.0-alpha1",
"version":"0.11.0-alpha2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc