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

libp2p-mdns

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libp2p-mdns - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "libp2p-mdns",
"version": "0.5.0",
"version": "0.5.1",
"description": "Node.js libp2p mDNS discovery implementation for peer discovery",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -21,3 +21,3 @@ 'use strict'

const interval = options.interval || (1e3 * 10) // default: 10 seconds
const serviceTag = options.serviceTag || '_ipfs-discovery._udp'
const serviceTag = options.serviceTag || 'libp2p-mdns-default.local'
const port = options.port || 5353

@@ -24,0 +24,0 @@ const self = this // for event emitter

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