mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-03 23:41:40 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1a550bac26 | |||
51c5594d49 | |||
d5476caee1 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libp2p-tcp",
|
"name": "libp2p-tcp",
|
||||||
"version": "0.9.2",
|
"version": "0.9.3",
|
||||||
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -42,10 +42,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"interface-connection": "~0.3.0",
|
"interface-connection": "~0.3.0",
|
||||||
"mafmt": "^2.1.6",
|
|
||||||
"multiaddr": "^2.2.1",
|
|
||||||
"ip-address": "^5.8.6",
|
"ip-address": "^5.8.6",
|
||||||
"lodash.includes": "^4.3.0",
|
"lodash.includes": "^4.3.0",
|
||||||
|
"lodash.isfunction": "^3.0.8",
|
||||||
|
"mafmt": "^2.1.6",
|
||||||
|
"multiaddr": "^2.2.1",
|
||||||
"stream-to-pull-stream": "^1.7.2"
|
"stream-to-pull-stream": "^1.7.2"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
Reference in New Issue
Block a user