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

libp2p-mdns

Package Overview
Dependencies
Maintainers
2
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.7.0 to 0.7.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.7.1"></a>
## [0.7.1](https://github.com/libp2p/js-libp2p-mdns/compare/v0.7.0...v0.7.1) (2017-07-09)
### Bug Fixes
* support optional no options ([dd53646](https://github.com/libp2p/js-libp2p-mdns/commit/dd53646))
<a name="0.7.0"></a>

@@ -2,0 +12,0 @@ # [0.7.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.6.2...v0.7.0) (2017-03-30)

2

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

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

@@ -12,2 +12,3 @@ 'use strict'

super()
options = options || {}

@@ -14,0 +15,0 @@ this.broadcast = options.broadcast !== false

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