@libp2p/multistream-select
Advanced tools
Comparing version 6.0.9 to 6.0.10-023ea575c
{ | ||
"name": "@libp2p/multistream-select", | ||
"version": "6.0.9", | ||
"version": "6.0.10-023ea575c", | ||
"description": "JavaScript implementation of multistream-select", | ||
@@ -61,8 +61,8 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "^2.2.1", | ||
"it-length-prefixed": "^9.0.4", | ||
"it-length-prefixed-stream": "^1.1.7", | ||
"it-stream-types": "^2.0.1", | ||
"@libp2p/interface": "2.3.0-023ea575c", | ||
"it-length-prefixed": "^9.1.0", | ||
"it-length-prefixed-stream": "^1.2.0", | ||
"it-stream-types": "^2.0.2", | ||
"p-defer": "^4.0.1", | ||
"race-signal": "^1.0.2", | ||
"race-signal": "^1.1.0", | ||
"uint8-varint": "^2.0.4", | ||
@@ -73,4 +73,4 @@ "uint8arraylist": "^2.4.8", | ||
"devDependencies": { | ||
"@libp2p/logger": "^5.1.4", | ||
"aegir": "^44.0.1", | ||
"@libp2p/logger": "5.1.5-023ea575c", | ||
"aegir": "^45.0.5", | ||
"iso-random-stream": "^2.0.2", | ||
@@ -81,5 +81,5 @@ "it-all": "^3.0.6", | ||
"it-pipe": "^3.0.1", | ||
"p-timeout": "^6.1.2" | ||
"p-timeout": "^6.1.3" | ||
}, | ||
"sideEffects": false | ||
} |
@@ -53,3 +53,3 @@ # @libp2p/multistream-select | ||
Loading this module through a script tag will make it's exports available as `Libp2pMultistreamSelect` in the global namespace. | ||
Loading this module through a script tag will make its exports available as `Libp2pMultistreamSelect` in the global namespace. | ||
@@ -56,0 +56,0 @@ ```html |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
104418
28
1250
1
+ Added@libp2p/interface@2.3.0-023ea575c(transitive)
- Removed@libp2p/interface@2.4.0(transitive)
Updatedit-length-prefixed@^9.1.0
Updatedit-stream-types@^2.0.2
Updatedrace-signal@^1.1.0