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

@peerbit/pubsub-interface

Package Overview
Dependencies
Maintainers
0
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/pubsub-interface - npm Package Compare versions

Comparing version 3.1.1-4d7d8ba to 3.1.1-5cf61cb

8

dist/src/messages.d.ts

@@ -16,3 +16,3 @@ import { Uint8ArrayList } from "uint8arraylist";

private _serialized;
bytes(): Uint8Array | Uint8ArrayList;
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList;
static from(bytes: Uint8Array | Uint8ArrayList): PubSubData;

@@ -28,3 +28,3 @@ }

private _serialized;
bytes(): Uint8Array | Uint8ArrayList;
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList;
static from(bytes: Uint8Array | Uint8ArrayList): Subscribe;

@@ -38,3 +38,3 @@ }

private _serialized;
bytes(): Uint8Array | Uint8ArrayList;
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList;
static from(bytes: Uint8Array | Uint8ArrayList): Unsubscribe;

@@ -48,5 +48,5 @@ }

_serialized: Uint8ArrayList;
bytes(): Uint8Array | Uint8ArrayList;
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList;
static from(bytes: Uint8Array | Uint8ArrayList): GetSubscribers;
}
//# sourceMappingURL=messages.d.ts.map
{
"name": "@peerbit/pubsub-interface",
"version": "3.1.1-4d7d8ba",
"version": "3.1.1-5cf61cb",
"description": "Block store streaming",

@@ -78,5 +78,5 @@ "type": "module",

"@dao-xyz/borsh": "^5.2.3",
"@peerbit/crypto": "2.3.2-4d7d8ba",
"@peerbit/stream-interface": "5.1.1-4d7d8ba"
"@peerbit/crypto": "2.3.2-5cf61cb",
"@peerbit/stream-interface": "5.1.1-5cf61cb"
}
}
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