rpc-websockets
Advanced tools
Comparing version 7.4.12 to 7.4.13
@@ -73,3 +73,3 @@ /** | ||
*/ | ||
login(params: IWSRequestParams): Promise<void>; | ||
login(params: IWSRequestParams): Promise<unknown>; | ||
/** | ||
@@ -76,0 +76,0 @@ * Fetches a list of client's methods registered on server. |
@@ -103,2 +103,3 @@ /** | ||
throw new Error("authentication failed"); | ||
return resp; | ||
} | ||
@@ -105,0 +106,0 @@ /** |
@@ -73,3 +73,3 @@ /** | ||
*/ | ||
login(params: IWSRequestParams): Promise<void>; | ||
login(params: IWSRequestParams): Promise<unknown>; | ||
/** | ||
@@ -76,0 +76,0 @@ * Fetches a list of client's methods registered on server. |
@@ -190,2 +190,5 @@ /** | ||
case 5: | ||
return _context.abrupt("return", resp); | ||
case 6: | ||
case "end": | ||
@@ -192,0 +195,0 @@ return _context.stop(); |
{ | ||
"name": "rpc-websockets", | ||
"version": "7.4.12", | ||
"version": "7.4.13", | ||
"description": "JSON-RPC 2.0 implementation over WebSockets for Node.js", | ||
@@ -21,3 +21,2 @@ "main": "./dist/index.js", | ||
"@babel/runtime": "^7.11.2", | ||
"assert-args": "^1.2.1", | ||
"circular-json": "^0.5.9", | ||
@@ -24,0 +23,0 @@ "eventemitter3": "^4.0.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
5446824
7
6850
- Removedassert-args@^1.2.1
- Removed101@1.6.3(transitive)
- Removedassert-args@1.2.1(transitive)
- Removedclone@1.0.4(transitive)
- Removedcompound-subject@0.0.1(transitive)
- Removeddebug@2.6.9(transitive)
- Removeddeep-eql@0.1.3(transitive)
- Removedget-prototype-of@0.0.0(transitive)
- Removedis-capitalized@1.0.0(transitive)
- Removedis-class@0.0.4(transitive)
- Removedkeypather@1.10.2(transitive)
- Removedms@2.0.0(transitive)
- Removedtype-detect@0.1.1(transitive)