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

protoo-client

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protoo-client - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

4

lib/Peer.js

@@ -291,8 +291,8 @@ const Logger = require('./Logger');

{
errorReason = errorCode.message;
errorCode = 500;
errorReason = String(errorCode);
}
else if (typeof errorCode === 'number' && errorReason instanceof Error)
{
errorReason = String(errorReason);
errorReason = errorReason.message;
}

@@ -299,0 +299,0 @@

{
"name": "protoo-client",
"version": "4.0.5",
"version": "4.0.6",
"description": "protoo JavaScript client module",

@@ -5,0 +5,0 @@ "author": "Iñaki Baz Castillo <ibc@aliax.net>",

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