You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@libp2p/mplex

Package Overview
Dependencies
Maintainers
6
Versions
854
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.2
to
12.0.3-547a5b988
+5
-5
package.json
{
"name": "@libp2p/mplex",
"version": "12.0.2",
"version": "12.0.3-547a5b988",
"description": "JavaScript implementation of https://github.com/libp2p/mplex",

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

"dependencies": {
"@libp2p/interface": "^3.0.0",
"@libp2p/utils": "^7.0.1",
"@libp2p/interface": "3.0.0-547a5b988",
"@libp2p/utils": "7.0.2-547a5b988",
"it-pushable": "^3.2.3",

@@ -67,4 +67,4 @@ "uint8-varint": "^2.0.4",

"devDependencies": {
"@libp2p/interface-compliance-tests": "^7.0.2",
"@libp2p/logger": "^6.0.1",
"@libp2p/interface-compliance-tests": "7.0.3-547a5b988",
"@libp2p/logger": "6.0.2-547a5b988",
"aegir": "^47.0.22",

@@ -71,0 +71,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"
}