New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.28.22-dev.a960970b to 2.28.22

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

@@ -246,6 +250,2 @@ 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.22-dev.a960970b",
"version": "2.28.22",
"description": "Protobuf definitions for DXOS protocols.",

@@ -14,7 +14,7 @@ "license": "MIT",

"dependencies": {
"@dxos/codec-protobuf": "2.28.22-dev.a960970b"
"@dxos/codec-protobuf": "2.28.22"
},
"devDependencies": {
"@dxos/eslint-plugin": "~1.0.27",
"@dxos/protocols-toolchain": "2.28.21",
"@dxos/protocols-toolchain": "2.28.22",
"eslint": "^7.12.1",

@@ -21,0 +21,0 @@ "typescript": "^4.5.2"

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

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

@@ -264,6 +268,2 @@ 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