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

@peerbit/stream-interface

Package Overview
Dependencies
Maintainers
0
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/stream-interface - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

16

dist/src/messages.d.ts

@@ -97,3 +97,3 @@ import type { PeerId } from "@libp2p/interface";

});
get id(): Uint8Array;
get id(): Uint8Array<ArrayBufferLike>;
get origin(): MultiAddrinfo | undefined;

@@ -121,3 +121,3 @@ verify(): boolean;

/** Manually ser/der for performance gains */
bytes(): Uint8Array;
bytes(): Uint8Array<ArrayBufferLike>;
static from(bytes: Uint8ArrayList): DataMessage;

@@ -134,4 +134,4 @@ }

});
get id(): Uint8Array;
bytes(): Uint8Array;
get id(): Uint8Array<ArrayBufferLike>;
bytes(): Uint8Array<ArrayBufferLike>;
static from(bytes: Uint8ArrayList): ACK;

@@ -145,4 +145,4 @@ }

});
get id(): Uint8Array;
bytes(): Uint8Array;
get id(): Uint8Array<ArrayBufferLike>;
bytes(): Uint8Array<ArrayBufferLike>;
static from(bytes: Uint8ArrayList): Hello;

@@ -157,4 +157,4 @@ }

});
get id(): Uint8Array;
bytes(): Uint8Array;
get id(): Uint8Array<ArrayBufferLike>;
bytes(): Uint8Array<ArrayBufferLike>;
static from(bytes: Uint8ArrayList): Goodbye;

@@ -161,0 +161,0 @@ }

{
"name": "@peerbit/stream-interface",
"version": "5.1.1",
"version": "5.1.2",
"description": "Block store streaming",

@@ -78,4 +78,4 @@ "sideEffects": false,

"@dao-xyz/borsh": "^5.2.3",
"@peerbit/crypto": "2.3.2"
"@peerbit/crypto": "2.3.3"
}
}

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