Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dxos/protocols

Package Overview
Dependencies
Maintainers
11
Versions
2609
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 2.28.5-dev.64242731 to 2.28.5-dev.176378e4

8

dist/src/proto/gen/google/protobuf.d.ts
export interface Empty {
}
export interface Any {
type_url?: string;
value?: Uint8Array;
}
export interface Timestamp {

@@ -7,6 +11,2 @@ seconds?: string;

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

@@ -13,0 +13,0 @@ file?: FileDescriptorProto[];

{
"name": "@dxos/protocols",
"version": "2.28.5-dev.64242731",
"version": "2.28.5-dev.176378e4",
"description": "Protobuf definitions for DXOS protocols.",

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

"dependencies": {
"@dxos/codec-protobuf": "2.28.5-dev.64242731"
"@dxos/codec-protobuf": "2.28.5-dev.176378e4"
},

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

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

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

@@ -25,6 +29,2 @@ seconds?: string;

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

@@ -31,0 +31,0 @@ file?: FileDescriptorProto[];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc