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

mafmt

Package Overview
Dependencies
Maintainers
3
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 6.0.1 to 6.0.2

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="6.0.2"></a>
## [6.0.2](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.1...v6.0.2) (2018-09-12)
### Features
* add tcp over dns ([#31](https://github.com/whyrusleeping/js-mafmt/issues/31)) ([acc9295](https://github.com/whyrusleeping/js-mafmt/commit/acc9295))
<a name="6.0.1"></a>

@@ -2,0 +12,0 @@ ## [6.0.1](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.0...v6.0.1) (2018-08-28)

4

package.json
{
"name": "mafmt",
"version": "6.0.1",
"version": "6.0.2",
"description": "A multiaddr validator",

@@ -45,5 +45,7 @@ "leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",

"David Dias <daviddias.p@gmail.com>",
"Jacob Heun <jacobheun@gmail.com>",
"Jeromy <jeromyj@gmail.com>",
"Jeromy Johnson <why@ipfs.io>",
"Maciej Krüger <mkg20001@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Vasco Santos <vasco.santos@ua.pt>",

@@ -50,0 +52,0 @@ "dignifiedquire <dignifiedquire@gmail.com>",

@@ -17,3 +17,6 @@ 'use strict'

const IP = or(base('ip4'), base('ip6'))
const TCP = and(IP, base('tcp'))
const TCP = or(
and(IP, base('tcp')),
and(_DNS, base('tcp'))
)
const UDP = and(IP, base('udp'))

@@ -20,0 +23,0 @@ const UTP = and(UDP, base('utp'))

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

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