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

@libp2p/interface-internal

Package Overview
Dependencies
Maintainers
6
Versions
633
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-internal - npm Package Compare versions

Comparing version

to
2.2.0-5c4a79e5a

4

dist/src/address-manager/index.d.ts

@@ -46,2 +46,6 @@ import type { Multiaddr } from '@multiformats/multiaddr';

ttl?: number;
/**
* Allows hinting which type of address this is
*/
type?: AddressType;
}

@@ -48,0 +52,0 @@ export interface AddressManager {

6

package.json
{
"name": "@libp2p/interface-internal",
"version": "2.2.0-127abe24b",
"version": "2.2.0-5c4a79e5a",
"description": "Interfaces implemented by internal libp2p components",

@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interface": "2.3.0-127abe24b",
"@libp2p/peer-collections": "6.0.13-127abe24b",
"@libp2p/interface": "2.3.0-5c4a79e5a",
"@libp2p/peer-collections": "6.0.13-5c4a79e5a",
"@multiformats/multiaddr": "^12.3.3",

@@ -55,0 +55,0 @@ "progress-events": "^1.0.1",

@@ -53,2 +53,7 @@ import type { Multiaddr } from '@multiformats/multiaddr'

ttl?: number
/**
* Allows hinting which type of address this is
*/
type?: AddressType
}

@@ -55,0 +60,0 @@

Sorry, the diff of this file is not supported yet