Socket
Socket
Sign inDemoInstall

@daocloud-proto/kant

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daocloud-proto/kant - npm Package Compare versions

Comparing version 0.8.0-rc to 0.9.0-alpha1

1

core/v1alpha1/edgeunit.pb.ts

@@ -60,2 +60,3 @@ /* eslint-disable */

manageType?: EdgeUnitManageType
kubeedgeMqttEnable?: boolean
}

@@ -62,0 +63,0 @@

2

package.json
{
"name":"@daocloud-proto/kant",
"version":"0.8.0-rc",
"version":"0.9.0-alpha1",
"description": "",

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

@@ -24,2 +24,7 @@ /* eslint-disable */

}
}
export class FeatureGates {
static List(req: GoogleProtobufEmpty.Empty, initReq?: fm.InitReq): Promise<KantIoApiSystemV1alpha1Types.FeatureGatesResponse> {
return fm.fetchReq<GoogleProtobufEmpty.Empty, KantIoApiSystemV1alpha1Types.FeatureGatesResponse>(`/apis/system.kant.io/v1alpha1/feature-gates?${fm.renderURLSearchParams(req, [])}`, {...initReq, method: "GET"})
}
}

@@ -57,2 +57,11 @@ /* eslint-disable */

permissions?: PermissionCode[]
}
export type FeatureGatesResponse = {
featureGates?: FeatureGate[]
}
export type FeatureGate = {
name?: string
enable?: boolean
}
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