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

@libp2p/interface-connection

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-connection - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

6

dist/src/index.d.ts

@@ -0,6 +1,6 @@

import type * as Status from './status.js';
import type { PeerId } from '@libp2p/interface-peer-id';
import type { AbortOptions } from '@libp2p/interfaces';
import type { Multiaddr } from '@multiformats/multiaddr';
import type { PeerId } from '@libp2p/interface-peer-id';
import type * as Status from './status.js';
import type { Duplex, Source } from 'it-stream-types';
import type { AbortOptions } from '@libp2p/interfaces';
import type { Uint8ArrayList } from 'uint8arraylist';

@@ -7,0 +7,0 @@ export interface ConnectionTimeline {

{
"name": "@libp2p/interface-connection",
"version": "5.0.1",
"version": "5.0.2",
"description": "Connection interface for libp2p",

@@ -159,6 +159,6 @@ "license": "Apache-2.0 OR MIT",

"it-stream-types": "^2.0.1",
"uint8arraylist": "^2.1.2"
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"aegir": "^38.1.0"
"aegir": "^39.0.5"
},

@@ -165,0 +165,0 @@ "typedoc": {

@@ -0,6 +1,6 @@

import type * as Status from './status.js'
import type { PeerId } from '@libp2p/interface-peer-id'
import type { AbortOptions } from '@libp2p/interfaces'
import type { Multiaddr } from '@multiformats/multiaddr'
import type { PeerId } from '@libp2p/interface-peer-id'
import type * as Status from './status.js'
import type { Duplex, Source } from 'it-stream-types'
import type { AbortOptions } from '@libp2p/interfaces'
import type { Uint8ArrayList } from 'uint8arraylist'

@@ -7,0 +7,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