🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@libp2p/mplex

Package Overview
Dependencies
Maintainers
6
Versions
944
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/mplex - npm Package Compare versions

Comparing version
12.0.26
to
12.0.27-02fcf704d
+5
-5
package.json
{
"name": "@libp2p/mplex",
"version": "12.0.26",
"version": "12.0.27-02fcf704d",
"description": "JavaScript implementation of https://github.com/libp2p/mplex",

@@ -59,4 +59,4 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interface": "^3.2.5",
"@libp2p/utils": "^7.2.4",
"@libp2p/interface": "3.2.5-02fcf704d",
"@libp2p/utils": "7.3.0-02fcf704d",
"it-pushable": "^3.2.3",

@@ -68,4 +68,4 @@ "uint8-varint": "^3.0.0",

"devDependencies": {
"@libp2p/interface-compliance-tests": "^7.0.26",
"@libp2p/logger": "^6.2.10",
"@libp2p/interface-compliance-tests": "7.0.27-02fcf704d",
"@libp2p/logger": "6.2.10-02fcf704d",
"aegir": "^48.1.1",

@@ -72,0 +72,0 @@ "benchmark": "^2.1.4",

{
"MplexInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_mplex.MplexInit.html",
".:MplexInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_mplex.MplexInit.html",
"mplex": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mplex.mplex.html",
".:mplex": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mplex.mplex.html"
}