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

@libp2p/bootstrap

Package Overview
Dependencies
Maintainers
4
Versions
672
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/bootstrap - npm Package Compare versions

Comparing version

to
1.0.4

2

dist/src/index.d.ts

@@ -1,2 +0,2 @@

import { EventEmitter } from '@libp2p/interfaces';
import { EventEmitter } from '@libp2p/interfaces/events';
import type { PeerDiscovery, PeerDiscoveryEvents } from '@libp2p/interfaces/peer-discovery';

@@ -3,0 +3,0 @@ export interface BootstrapOptions {

import { Multiaddr } from '@multiformats/multiaddr';
import { P2P } from '@multiformats/mafmt';
import { CustomEvent, EventEmitter } from '@libp2p/interfaces';
import { CustomEvent, EventEmitter } from '@libp2p/interfaces/events';
import { logger } from '@libp2p/logger';

@@ -5,0 +5,0 @@ import { peerIdFromString } from '@libp2p/peer-id';

{
"name": "@libp2p/bootstrap",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list",

@@ -136,3 +136,3 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interfaces": "^1.3.20",
"@libp2p/interfaces": "^1.3.31",
"@libp2p/logger": "^1.1.3",

@@ -144,5 +144,5 @@ "@libp2p/peer-id": "^1.1.9",

"devDependencies": {
"@libp2p/interface-compliance-tests": "^1.1.21",
"@libp2p/interface-compliance-tests": "^1.1.32",
"aegir": "^37.0.7"
}
}
import { Multiaddr } from '@multiformats/multiaddr'
import { P2P } from '@multiformats/mafmt'
import { CustomEvent, EventEmitter } from '@libp2p/interfaces'
import { CustomEvent, EventEmitter } from '@libp2p/interfaces/events'
import { logger } from '@libp2p/logger'

@@ -5,0 +5,0 @@ import type { PeerDiscovery, PeerDiscoveryEvents } from '@libp2p/interfaces/peer-discovery'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet