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.9.0-alpha6 to 0.9.0-alpha7

17

core/v1alpha1/device.pb.ts

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

string = "string",
int = "int",
}

@@ -155,3 +156,3 @@

protocol?: ProtocolConfig
nodeSelector?: DeviceNodeSelector
nodeName?: string
propertyVisitors?: DevicePropertyVisitor[]

@@ -294,16 +295,2 @@ properties?: DeviceProperty[]

metadata?: {[key: string]: string}
}
export type DeviceNodeSelector = {
nodeSelectorTerms?: DeviceNodeSelectorTerm[]
}
export type DeviceNodeSelectorTerm = {
matchExpressions?: DeviceNodeSelectorRequirement[]
}
export type DeviceNodeSelectorRequirement = {
key?: string
operator?: string
values?: string[]
}

2

package.json
{
"name":"@daocloud-proto/kant",
"version":"0.9.0-alpha6",
"version":"0.9.0-alpha7",
"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