status-dev-cli
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -58,3 +58,3 @@ const request = require('request'); | ||
json: true, | ||
body: {encoded: fromAscii({"url": rpcUrl})} | ||
body: {encoded: fromAscii(JSON.stringify({"url": rpcUrl}))} | ||
}, function (error, response, body) { | ||
@@ -61,0 +61,0 @@ if (cb === undefined) { return } |
{ | ||
"name": "status-dev-cli", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "CLI for Status", | ||
@@ -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
17849