New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/interface-connection-encrypter

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-connection-encrypter - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

4

package.json
{
"name": "@libp2p/interface-connection-encrypter",
"version": "3.0.5",
"version": "3.0.6",
"description": "Connection Encrypter interface for libp2p",

@@ -160,3 +160,3 @@ "license": "Apache-2.0 OR MIT",

"devDependencies": {
"aegir": "^37.7.3"
"aegir": "^38.1.0"
},

@@ -163,0 +163,0 @@ "typedoc": {

@@ -20,3 +20,3 @@ # @libp2p/interface-connection-encrypter <!-- omit in toc -->

- [License](#license)
- [Contribute](#contribute)
- [Contribution](#contribution)

@@ -109,3 +109,3 @@ ## Install

## Contribute
## Contribution

@@ -112,0 +112,0 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

@@ -10,3 +10,3 @@

static get code () {
static get code (): string {
return 'ERR_UNEXPECTED_PEER'

@@ -24,3 +24,3 @@ }

static get code () {
static get code (): string {
return 'ERR_INVALID_CRYPTO_EXCHANGE'

@@ -38,5 +38,5 @@ }

static get code () {
static get code (): string {
return 'ERR_INVALID_CRYPTO_TRANSMISSION'
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc