Socket
Socket
Sign inDemoInstall

libp2p-tcp

Package Overview
Dependencies
31
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.0 to 0.17.0

3

.aegir.js

@@ -5,4 +5,5 @@ module.exports = {

platform: 'node'
}
},
bundlesizeMax: '44KB'
}
}

@@ -0,1 +1,15 @@

# [0.17.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.16.0...v0.17.0) (2021-07-07)
### chore
* update deps ([#147](https://github.com/libp2p/js-libp2p-tcp/issues/147)) ([b3e315a](https://github.com/libp2p/js-libp2p-tcp/commit/b3e315a6988cd4be7978e8922f275e525463bc0c))
### BREAKING CHANGES
* uses new majors of multiaddr and mafmt
# [0.16.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.15.4...v0.16.0) (2021-06-10)

@@ -2,0 +16,0 @@

{
"name": "libp2p-tcp",
"version": "0.16.0",
"version": "0.17.0",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",

@@ -8,3 +8,3 @@ "leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",

"scripts": {
"lint": "aegir lint",
"lint": "aegir ts -p check && aegir lint",
"build": "aegir build",

@@ -47,5 +47,5 @@ "test": "aegir test -t node",

"it-pipe": "^1.1.0",
"libp2p-interfaces": "^0.11.0",
"sinon": "^10.0.1",
"streaming-iterables": "^5.0.2"
"libp2p-interfaces": "^0.12.0",
"sinon": "^11.1.1",
"streaming-iterables": "^6.0.0"
},

@@ -57,5 +57,5 @@ "dependencies": {

"err-code": "^3.0.1",
"libp2p-utils": "^0.3.0",
"mafmt": "^9.0.0",
"multiaddr": "^9.0.1",
"libp2p-utils": "^0.4.0",
"mafmt": "^10.0.0",
"multiaddr": "^10.0.0",
"stream-to-it": "^0.2.2"

@@ -66,5 +66,5 @@ },

"Jacob Heun <jacobheun@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Alex Potsides <alex@achingbrain.net>",

@@ -71,0 +71,0 @@ "Richard Littauer <richard.littauer@gmail.com>",

{
"extends": "aegir/src/config/tsconfig.aegir.json",
"compilerOptions": {
"outDir": "dist",
"baseUrl": "./",
"paths": {
"*": ["./types/*"]
}
"outDir": "dist"
},
"include": [
"types",
"src"
]
}

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc