🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More

@dxos/protocols

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/protocols - npm Package Compare versions

Comparing version

to
2.28.3-dev.22b82fa7

export interface Empty {
}
export interface Any {
type_url?: string;
value?: Uint8Array;
}
export interface Timestamp {

@@ -250,2 +246,6 @@ seconds?: string;

}
export interface Any {
type_url?: string;
value?: Uint8Array;
}
export interface DoubleValue {

@@ -252,0 +252,0 @@ value?: number;

{
"name": "@dxos/protocols",
"version": "2.28.3-dev.08b5c548",
"version": "2.28.3-dev.22b82fa7",
"description": "Protobuf definitions for DXOS protocols.",
"bugs": {
"url": "'https://github.com/dxos/protocols/issues"
"url": "https://github.com/dxos/protocols/issues"
},

@@ -21,3 +21,3 @@ "repository": {

"dependencies": {
"@dxos/codec-protobuf": "2.28.3-dev.08b5c548"
"@dxos/codec-protobuf": "2.28.3-dev.22b82fa7"
},

@@ -24,0 +24,0 @@ "devDependencies": {

@@ -20,6 +20,2 @@ import type { Stream } from "@dxos/codec-protobuf";

}
export interface Any {
type_url?: string;
value?: Uint8Array;
}
export interface Timestamp {

@@ -268,2 +264,6 @@ seconds?: string;

}
export interface Any {
type_url?: string;
value?: Uint8Array;
}
export interface DoubleValue {

@@ -270,0 +270,0 @@ value?: number;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet