@vates/api-server
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@vates/api-server", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A factory to ease building a server that proxies to www-xo api.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -15,3 +15,3 @@ import * as JsonRpcProtocol from 'json-rpc-protocol' | ||
const respond = function (req, res, result) { | ||
response = JsonRpcProtocol.format.response( | ||
const response = JsonRpcProtocol.format.response( | ||
(req && req.body && req.body.id) || '?', | ||
@@ -18,0 +18,0 @@ result |
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
196570