rpc-websockets
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "rpc-websockets", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "JSON-RPC 2.0 implementation over WebSockets for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -186,3 +186,3 @@ <div align="center"><img src="misc/images/logo.png"/></div> | ||
### server.register(method, handler) | ||
### server.register(method, handler[, namespace]) | ||
@@ -194,2 +194,3 @@ Registers an RPC method. | ||
* `handler` {Function}: RPC function that will be fired with a possible parameter object once the method is called. | ||
* `namespace` {String}: Namespace identifier. Defaults to ```/```. | ||
@@ -196,0 +197,0 @@ ### server.event(name[, namespace]) |
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
64204
289