You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@dxos/protocols

Package Overview
Dependencies
Maintainers
11
Versions
2674
Alerts
File Explorer

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.4-dev.d6bf6366

8

dist/src/proto/gen/google/protobuf.d.ts
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.4-dev.9a10ff66",
"version": "2.28.4-dev.d6bf6366",
"description": "Protobuf definitions for DXOS protocols.",

@@ -21,6 +21,6 @@ "bugs": {

"dependencies": {
"@dxos/codec-protobuf": "2.28.4-dev.9a10ff66"
"@dxos/codec-protobuf": "2.28.4-dev.d6bf6366"
},
"devDependencies": {
"@dxos/eslint-plugin": "~1.0.26",
"@dxos/eslint-plugin": "~1.0.27",
"@dxos/protocols-toolchain": "2.28.3",

@@ -27,0 +27,0 @@ "eslint": "^7.12.1",

@@ -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