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.10.0-alpha2 to 0.10.0-alpha3

2

core/v1alpha1/rpc.pb.ts

@@ -52,3 +52,3 @@ /* eslint-disable */

static UpdateNode(req: KpandaIoApiCoreV1alpha1Node.UpdateNodeRequest, initReq?: fm.InitReq): Promise<KpandaIoApiCoreV1alpha1Node.UpdateNodeResponse> {
return fm.fetchReq<KpandaIoApiCoreV1alpha1Node.UpdateNodeRequest, KpandaIoApiCoreV1alpha1Node.UpdateNodeResponse>(`/apis/core.kant.io/v1alpha1/clusters/${req["cluster"]}/nodes/${req["name"]}`, {...initReq, method: "PUT"})
return fm.fetchReq<KpandaIoApiCoreV1alpha1Node.UpdateNodeRequest, KpandaIoApiCoreV1alpha1Node.UpdateNodeResponse>(`/apis/core.kant.io/v1alpha1/clusters/${req["cluster"]}/nodes/${req["name"]}`, {...initReq, method: "PUT", body: JSON.stringify(req)})
}

@@ -55,0 +55,0 @@ }

{
"name":"@daocloud-proto/kant",
"version":"0.10.0-alpha2",
"version":"0.10.0-alpha3",
"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