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

mafmt

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 2.0.1

2

lib/index.js

@@ -10,2 +10,3 @@ 'use strict';

var WebSockets = and(TCP, base('ws'));
var WebRTCStar = and(base('libp2p-webrtc-star'), WebSockets);
var Reliable = or(TCP, UTP);

@@ -19,2 +20,3 @@ var IPFS = and(Reliable, base('ipfs'));

exports.WebSockets = WebSockets;
exports.WebRTCStar = WebRTCStar;
exports.Reliable = Reliable;

@@ -21,0 +23,0 @@ exports.IPFS = IPFS;

4

package.json
{
"name": "mafmt",
"version": "2.0.0",
"version": "2.0.1",
"description": "A multiaddr validator",

@@ -42,3 +42,3 @@ "main": "lib/index.js",

"dependencies": {
"multiaddr": "^2.0.0"
"multiaddr": "^2.0.2"
},

@@ -45,0 +45,0 @@ "contributors": [

@@ -10,2 +10,3 @@ 'use strict'

var WebSockets = and(TCP, base('ws'))
var WebRTCStar = and(base('libp2p-webrtc-star'), WebSockets)
var Reliable = or(TCP, UTP)

@@ -19,2 +20,3 @@ var IPFS = and(Reliable, base('ipfs'))

exports.WebSockets = WebSockets
exports.WebRTCStar = WebRTCStar
exports.Reliable = Reliable

@@ -21,0 +23,0 @@ exports.IPFS = IPFS

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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