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

@libp2p/autonat

Package Overview
Dependencies
Maintainers
6
Versions
451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/autonat - npm Package Compare versions

Comparing version 2.0.18 to 2.0.19-4ab04faf0

3

dist/src/autonat.d.ts
import { serviceCapabilities, serviceDependencies } from '@libp2p/interface';
import type { AutoNATComponents, AutoNATServiceInit } from './index.js';
import type { Connection, Startable, AbortOptions } from '@libp2p/interface';
import type { IncomingStreamData } from '@libp2p/interface-internal';
import type { Connection, Startable, AbortOptions, IncomingStreamData } from '@libp2p/interface';
export declare class AutoNATService implements Startable {

@@ -6,0 +5,0 @@ private readonly components;

{
"name": "@libp2p/autonat",
"version": "2.0.18",
"version": "2.0.19-4ab04faf0",
"description": "Implementation of Autonat Protocol",

@@ -55,7 +55,7 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interface": "^2.4.1",
"@libp2p/interface-internal": "^2.2.4",
"@libp2p/peer-collections": "^6.0.16",
"@libp2p/peer-id": "^5.0.11",
"@libp2p/utils": "^6.5.0",
"@libp2p/interface": "2.5.0-4ab04faf0",
"@libp2p/interface-internal": "2.3.0-4ab04faf0",
"@libp2p/peer-collections": "6.0.17-4ab04faf0",
"@libp2p/peer-id": "5.0.12-4ab04faf0",
"@libp2p/utils": "6.5.1-4ab04faf0",
"@multiformats/multiaddr": "^12.3.3",

@@ -69,4 +69,4 @@ "any-signal": "^4.1.1",

"devDependencies": {
"@libp2p/crypto": "^5.0.10",
"@libp2p/logger": "^5.1.7",
"@libp2p/crypto": "5.0.11-4ab04faf0",
"@libp2p/logger": "5.1.8-4ab04faf0",
"aegir": "^45.0.5",

@@ -73,0 +73,0 @@ "it-all": "^3.0.6",

@@ -16,4 +16,4 @@ import { serviceCapabilities, serviceDependencies, setMaxListeners } from '@libp2p/interface'

import type { AutoNATComponents, AutoNATServiceInit } from './index.js'
import type { Logger, Connection, PeerId, Startable, AbortOptions } from '@libp2p/interface'
import type { AddressType, IncomingStreamData } from '@libp2p/interface-internal'
import type { Logger, Connection, PeerId, Startable, AbortOptions, IncomingStreamData } from '@libp2p/interface'
import type { AddressType } from '@libp2p/interface-internal'
import type { PeerSet } from '@libp2p/peer-collections'

@@ -20,0 +20,0 @@ import type { Filter } from '@libp2p/utils/filters'

Sorry, the diff of this file is too big to display

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