Socket
Socket
Sign inDemoInstall

@daocloud-proto/kant

Package Overview
Dependencies
0
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0-alpha2 to 0.7.0-alpha3

13

core/v1alpha1/device.pb.ts

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

export enum FieldType {
bool = "bool",
float = "float",
string = "string",
}
export enum ProtocolConfigCommonCollectType {

@@ -211,5 +217,10 @@ sync = "sync",

export type CustomizedValue = {
data?: {[key: string]: string}
values?: {[key: string]: TypeValue}
}
export type TypeValue = {
type?: FieldType
value?: string
}
export type ProtocolConfigCustomized = {

@@ -216,0 +227,0 @@ protocolName?: string

2

package.json
{
"name":"@daocloud-proto/kant",
"version":"0.7.0-alpha2",
"version":"0.7.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