protoo-client
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20420