Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "mafmt", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A multiaddr validator", | ||
@@ -42,3 +42,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"multiaddr": "^2.1.1" | ||
"multiaddr": "^2.1.3" | ||
}, | ||
@@ -45,0 +45,0 @@ "contributors": [ |
@@ -10,3 +10,5 @@ 'use strict' | ||
var WebSockets = and(TCP, base('ws')) | ||
var HTTP = and(TCP, base('http')) | ||
var WebRTCStar = and(base('libp2p-webrtc-star'), WebSockets, base('ipfs')) | ||
var WebRTCDirect = and(base('libp2p-webrtc-direct'), HTTP) | ||
var Reliable = or(WebSockets, TCP, UTP) | ||
@@ -26,4 +28,6 @@ | ||
exports.UTP = UTP | ||
exports.HTTP = HTTP | ||
exports.WebSockets = WebSockets | ||
exports.WebRTCStar = WebRTCStar | ||
exports.WebRTCDirect = WebRTCDirect | ||
exports.Reliable = Reliable | ||
@@ -30,0 +34,0 @@ exports.IPFS = IPFS |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
618660
8159
Updatedmultiaddr@^2.1.3