isomorphic-rpc
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -17,2 +17,3 @@ const fetch = require('isomorphic-fetch') | ||
body: JSON.stringify({ | ||
jsonrpc:"2.0", | ||
method:prop, | ||
@@ -19,0 +20,0 @@ params:params, |
{ | ||
"name": "isomorphic-rpc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A Javascript Object That Maps All Methods to RPC Calls as Promises (Isomorphic)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4221
34