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
581
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.6 to 2.0.7

2

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

@@ -115,4 +115,4 @@ import { logger } from '@libp2p/logger';

}
return `/dnsaddr/${candidateParts[4]}/${candidateParts[2]}/${candidateParts[3]}/webrtc`;
return `/dnsaddr/${candidateParts[4]}/${candidateParts[2].toLowerCase()}/${candidateParts[3]}/webrtc`;
}
//# sourceMappingURL=handler.js.map
{
"name": "@libp2p/webrtc",
"version": "2.0.6",
"version": "2.0.7",
"description": "A libp2p transport using WebRTC connections",

@@ -130,3 +130,3 @@ "author": "",

"test:chrome": "aegir test -t browser --cov",
"test:firefox": "aegir test -t browser --browser firefox",
"test:firefox": "aegir test -t browser -- --browser firefox",
"lint": "aegir lint",

@@ -133,0 +133,0 @@ "lint:fix": "aegir lint --fix",

@@ -155,3 +155,3 @@ import { logger } from '@libp2p/logger'

return `/dnsaddr/${candidateParts[4]}/${candidateParts[2]}/${candidateParts[3]}/webrtc`
return `/dnsaddr/${candidateParts[4]}/${candidateParts[2].toLowerCase()}/${candidateParts[3]}/webrtc`
}

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

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