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.2 to 4.0.3

4

lib/Peer.js

@@ -129,3 +129,3 @@ const Logger = require('./Logger');

// This may throw.
this._transport.send(request);
await this._transport.send(request);

@@ -189,3 +189,3 @@ return new Promise((pResolve, pReject) =>

// This may throw.
this._transport.send(notification);
await this._transport.send(notification);
}

@@ -192,0 +192,0 @@

{
"name": "protoo-client",
"version": "4.0.2",
"version": "4.0.3",
"description": "protoo JavaScript client module",

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

"devDependencies": {
"eslint": "^5.15.1"
"eslint": "^5.16.0"
},

@@ -33,0 +33,0 @@ "optionalDependencies": {

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