Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/interface-internal

Package Overview
Dependencies
Maintainers
6
Versions
549
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 2.2.0 to 2.2.1

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 {

2

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

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

@@ -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

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