Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/webrtc

Package Overview
Dependencies
Maintainers
6
Versions
598
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/webrtc - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

8

dist/src/private-to-private/transport.js

@@ -88,2 +88,6 @@ import { symbol } from '@libp2p/interface-transport';

}
finally {
// Close the signaling connection
await connection.close();
}
}

@@ -112,2 +116,6 @@ async _onProtocol({ connection, stream }) {

}
finally {
// Close the signaling connection
await connection.close();
}
}

@@ -114,0 +122,0 @@ }

2

package.json
{
"name": "@libp2p/webrtc",
"version": "2.0.9",
"version": "2.0.10",
"description": "A libp2p transport using WebRTC connections",

@@ -5,0 +5,0 @@ "author": "",

@@ -122,2 +122,5 @@ import { type CreateListenerOptions, type DialOptions, type Listener, symbol, type Transport, type Upgrader, type TransportManager } from '@libp2p/interface-transport'

throw err
} finally {
// Close the signaling connection
await connection.close()
}

@@ -147,2 +150,5 @@ }

throw err
} finally {
// Close the signaling connection
await connection.close()
}

@@ -149,0 +155,0 @@ }

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

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