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

@libp2p/interface-connection-encrypter

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-connection-encrypter - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

dist/src/index.d.ts

@@ -22,7 +22,7 @@ import type { PeerId } from '@libp2p/interface-peer-id';

}
export interface SecuredConnection<E> {
export interface SecuredConnection<Extension = unknown> {
conn: Duplex<Uint8Array>;
remoteExtensions?: E;
remoteExtensions?: Extension;
remotePeer: PeerId;
}
//# sourceMappingURL=index.d.ts.map
{
"name": "@libp2p/interface-connection-encrypter",
"version": "3.0.0",
"version": "3.0.1",
"description": "Connection Encrypter interface for libp2p",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -26,6 +26,6 @@ import type { PeerId } from '@libp2p/interface-peer-id'

export interface SecuredConnection<E> {
export interface SecuredConnection<Extension = unknown> {
conn: Duplex<Uint8Array>
remoteExtensions?: E
remoteExtensions?: Extension
remotePeer: PeerId
}

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