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

@libp2p/interface

Package Overview
Dependencies
Maintainers
6
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface - npm Package Compare versions

Comparing version 2.4.0-15a70af5f to 2.4.0-4bbcfa707

1

dist/src/transport/index.d.ts

@@ -107,2 +107,3 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js';

limits?: ConnectionLimits;
initiator?: boolean;
}

@@ -109,0 +110,0 @@ export type InboundConnectionUpgradeEvents = ProgressEvent<'upgrader:encrypt-inbound-connection'> | ProgressEvent<'upgrader:multiplex-inbound-connection'>;

2

package.json
{
"name": "@libp2p/interface",
"version": "2.4.0-15a70af5f",
"version": "2.4.0-4bbcfa707",
"description": "The interface implemented by a libp2p node",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -125,2 +125,3 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js'

limits?: ConnectionLimits
initiator?: boolean
}

@@ -127,0 +128,0 @@

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