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

mafmt

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mafmt - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

20

CHANGELOG.md

@@ -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)

8

package.json
{
"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

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