Comparing version 8.0.0 to 8.0.1
@@ -0,1 +1,21 @@ | ||
<a name="8.0.1"></a> | ||
## [8.0.1](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.1) (2020-10-27) | ||
### Bug Fixes | ||
* replace node buffers with uint8arrays ([#59](https://github.com/multiformats/js-mafmt/issues/59)) ([022ab87](https://github.com/multiformats/js-mafmt/commit/022ab87)) | ||
### Features | ||
* add dnsnaddr p2p ([95d5178](https://github.com/multiformats/js-mafmt/commit/95d5178)) | ||
### BREAKING CHANGES | ||
* - Now uses a version of `multiaddr` than has a `.bytes` property instead of `.buffer` | ||
<a name="8.0.0"></a> | ||
@@ -2,0 +22,0 @@ # [8.0.0](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.0) (2020-08-10) |
{ | ||
"name": "mafmt", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "A multiaddr validator", | ||
@@ -33,3 +33,3 @@ "leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>", | ||
"@types/mocha": "^8.0.0", | ||
"aegir": "^25.0.0", | ||
"aegir": "^28.0.2", | ||
"uint8arrays": "^1.1.0" | ||
@@ -43,7 +43,7 @@ }, | ||
"Vasco Santos <vasco.santos@moxy.studio>", | ||
"Jacob Heun <jacobheun@gmail.com>", | ||
"dmitriy ryajov <dryajov@dmitriys-MBP.HomeNET>", | ||
"Jacob Heun <jacobheun@gmail.com>", | ||
"Maciej Krüger <mkg20001@gmail.com>", | ||
"Jeromy <jeromyj@gmail.com>", | ||
"Alan Shaw <alan@tableflip.io>", | ||
"Jeromy <jeromyj@gmail.com>", | ||
"dignifiedquire <dignifiedquire@gmail.com>", | ||
@@ -50,0 +50,0 @@ "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>", |
@@ -10,5 +10,6 @@ 'use strict' | ||
const DNS6 = base('dns6') | ||
const DNSADDR = base('dnsaddr') | ||
const DNS = or( | ||
base('dns'), | ||
base('dnsaddr'), | ||
DNSADDR, | ||
DNS4, | ||
@@ -75,3 +76,4 @@ DNS6 | ||
TCP, | ||
UTP | ||
UTP, | ||
DNS | ||
) | ||
@@ -118,2 +120,3 @@ | ||
exports.DNS6 = DNS6 | ||
exports.DNSADDR = DNSADDR | ||
exports.IP = IP | ||
@@ -120,0 +123,0 @@ exports.TCP = TCP |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
2
90
2096
4
1630086
33