Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "mafmt", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A multiaddr validator", | ||
@@ -41,3 +41,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"multiaddr": "^3.0.0" | ||
"multiaddr": "^3.0.1" | ||
}, | ||
@@ -48,2 +48,3 @@ "contributors": [ | ||
"Jeromy Johnson <why@ipfs.io>", | ||
"Maciej Krüger <mkg20001@gmail.com>", | ||
"dignifiedquire <dignifiedquire@gmail.com>", | ||
@@ -50,0 +51,0 @@ "dmitriy ryajov <dryajov@dmitriys-MBP.HomeNET>" |
@@ -47,6 +47,7 @@ 'use strict' | ||
const WebSocketsStar = or( | ||
and(WebSockets, base('p2p-websockets-star')), | ||
and(WebSockets, base('p2p-websockets-star'), base('ipfs')), | ||
and(WebSocketsSecure, base('p2p-websockets-star'), base('ipfs')) | ||
const WebSocketStar = or( | ||
and(WebSockets, base('p2p-websocket-star'), base('ipfs')), | ||
and(WebSocketsSecure, base('p2p-websocket-star'), base('ipfs')), | ||
and(WebSockets, base('p2p-websocket-star')), | ||
and(WebSocketsSecure, base('p2p-websocket-star')) | ||
) | ||
@@ -106,3 +107,3 @@ | ||
exports.WebSocketsSecure = WebSocketsSecure | ||
exports.WebSocketsStar = WebSocketsStar | ||
exports.WebSocketStar = WebSocketStar | ||
exports.WebRTCStar = WebRTCStar | ||
@@ -109,0 +110,0 @@ exports.WebRTCDirect = WebRTCDirect |
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
632485
8337
8
Updatedmultiaddr@^3.0.1