libp2p-mdns
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "libp2p-mdns", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Node.js libp2p mDNS discovery implementation for peer discovery", | ||
@@ -33,3 +33,3 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"aegir": "^9.4.0", | ||
"aegir": "^10.0.0", | ||
"async": "^2.1.4", | ||
@@ -40,7 +40,7 @@ "chai": "^3.5.0", | ||
"dependencies": { | ||
"libp2p-tcp": "^0.9.1", | ||
"multiaddr": "^2.2.0", | ||
"libp2p-tcp": "~0.9.3", | ||
"multiaddr": "^2.2.1", | ||
"multicast-dns": "^6.1.0", | ||
"peer-id": "^0.8.1", | ||
"peer-info": "^0.8.2" | ||
"peer-id": "~0.8.2", | ||
"peer-info": "~0.8.3" | ||
}, | ||
@@ -47,0 +47,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11527
0
Updatedlibp2p-tcp@~0.9.3
Updatedmultiaddr@^2.2.1
Updatedpeer-id@~0.8.2
Updatedpeer-info@~0.8.3