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
858
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.14-d6f6f5818
to
12.0.14-dd251c5e7
+1
-1
dist/src/index.d.ts
/**
* @packageDocumentation
*
* This is a [simple stream multiplexer(https://docs.libp2p.io/concepts/multiplex/mplex/) that has been deprecated.
* This is a [simple stream multiplexer(https://libp2p.io/docs/mplex/) that has been deprecated.
*

@@ -6,0 +6,0 @@ * Please use [@chainsafe/libp2p-yamux](https://www.npmjs.com/package/@chainsafe/libp2p-yamux) instead.

/**
* @packageDocumentation
*
* This is a [simple stream multiplexer(https://docs.libp2p.io/concepts/multiplex/mplex/) that has been deprecated.
* This is a [simple stream multiplexer(https://libp2p.io/docs/mplex/) that has been deprecated.
*

@@ -6,0 +6,0 @@ * Please use [@chainsafe/libp2p-yamux](https://www.npmjs.com/package/@chainsafe/libp2p-yamux) instead.

{
"name": "@libp2p/mplex",
"version": "12.0.14-d6f6f5818",
"version": "12.0.14-dd251c5e7",
"description": "JavaScript implementation of https://github.com/libp2p/mplex",

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

"dependencies": {
"@libp2p/interface": "3.1.0-d6f6f5818",
"@libp2p/utils": "7.0.13-d6f6f5818",
"@libp2p/interface": "3.1.0-dd251c5e7",
"@libp2p/utils": "7.0.13-dd251c5e7",
"it-pushable": "^3.2.3",

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

"devDependencies": {
"@libp2p/interface-compliance-tests": "7.0.14-d6f6f5818",
"@libp2p/logger": "6.2.2-d6f6f5818",
"@libp2p/interface-compliance-tests": "7.0.14-dd251c5e7",
"@libp2p/logger": "6.2.2-dd251c5e7",
"aegir": "^47.0.22",

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

/**
* @packageDocumentation
*
* This is a [simple stream multiplexer(https://docs.libp2p.io/concepts/multiplex/mplex/) that has been deprecated.
* This is a [simple stream multiplexer(https://libp2p.io/docs/mplex/) that has been deprecated.
*

@@ -6,0 +6,0 @@ * Please use [@chainsafe/libp2p-yamux](https://www.npmjs.com/package/@chainsafe/libp2p-yamux) instead.

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