New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dxos/broadcast

Package Overview
Dependencies
Maintainers
12
Versions
735
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/broadcast - npm Package Compare versions

Comparing version 2.33.9-dev.b6f4ca19 to 2.33.9-dev.bba8fc00

14

dist/src/proto/gen/dxos/broadcast.d.ts

@@ -0,7 +1,15 @@

/**
* Defined in:
* {@link file://./../../schema.proto}
*/
export interface Packet {
seqno?: Uint8Array;
origin?: Uint8Array;
seqno: Uint8Array;
origin: Uint8Array;
/**
* Options:
* - proto3_optional = true
*/
from?: Uint8Array;
data?: Uint8Array;
data: Uint8Array;
}
//# sourceMappingURL=broadcast.d.ts.map

@@ -5,4 +5,4 @@ "use strict";

const codec_protobuf_1 = require("@dxos/codec-protobuf");
exports.schemaJson = JSON.parse("{\"nested\":{\"dxos\":{\"nested\":{\"broadcast\":{\"nested\":{\"Packet\":{\"fields\":{\"seqno\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"origin\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"from\":{\"type\":\"bytes\",\"id\":3,\"comment\":null},\"data\":{\"type\":\"bytes\",\"id\":4,\"comment\":null}},\"comment\":null}}}}}}}");
exports.schemaJson = JSON.parse("{\"nested\":{\"dxos\":{\"nested\":{\"broadcast\":{\"nested\":{\"Packet\":{\"oneofs\":{\"_from\":{\"oneof\":[\"from\"]}},\"fields\":{\"seqno\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"origin\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"from\":{\"type\":\"bytes\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"data\":{\"type\":\"bytes\",\"id\":4,\"comment\":null}},\"comment\":null}}}}}}}");
exports.schema = codec_protobuf_1.Schema.fromJson(exports.schemaJson);
//# sourceMappingURL=index.js.map
{
"name": "@dxos/broadcast",
"version": "2.33.9-dev.b6f4ca19",
"version": "2.33.9-dev.bba8fc00",
"description": "Abstract module to send broadcast messages.",

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

"dependencies": {
"@dxos/async": "2.33.9-dev.b6f4ca19",
"@dxos/codec-protobuf": "2.33.9-dev.b6f4ca19",
"@dxos/crypto": "2.33.9-dev.b6f4ca19",
"@dxos/async": "2.33.9-dev.bba8fc00",
"@dxos/codec-protobuf": "2.33.9-dev.bba8fc00",
"@dxos/crypto": "2.33.9-dev.bba8fc00",
"assert": "^2.0.0",

@@ -31,3 +31,3 @@ "debug": "^4.3.3",

"@dxos/eslint-plugin": "~1.0.34",
"@dxos/network-generator": "2.33.9-dev.b6f4ca19",
"@dxos/network-generator": "2.33.9-dev.bba8fc00",
"@dxos/protocols-toolchain": "2.33.8",

@@ -34,0 +34,0 @@ "@types/debug": "^4.1.7",

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

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