tendermint
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -44,4 +44,3 @@ 'use strict'; | ||
get({ | ||
uri: method, | ||
baseUrl: this.uri, | ||
uri: this.uri + method, | ||
qs: convertArgs(args), | ||
@@ -48,0 +47,0 @@ json: true |
{ | ||
"name": "tendermint", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A light client which talks to your Tendermint node over RPC", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,4 +32,3 @@ 'use strict' | ||
get({ | ||
uri: method, | ||
baseUrl: this.uri, | ||
uri: this.uri + method, | ||
qs: convertArgs(args), | ||
@@ -36,0 +35,0 @@ json: true |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
10619706
12
167
1