Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@33cn/chain33-rpc-api

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@33cn/chain33-rpc-api - npm Package Compare versions

Comparing version 1.5.12 to 1.5.13

10

dist/index.js

@@ -237,4 +237,5 @@ "use strict";

BtyBaseSdk.prototype.getTxByHashes = function (hashes, url) {
var _this = this;
if (url === void 0) { url = ''; }
return this.callPromiseAPI('GetTxByHashes', {
return this.callAPIWithoutHandler('GetTxByHashes', {
hashes: hashes,

@@ -251,2 +252,9 @@ }, url).then(function (res) {

return res;
}).then(function (res) {
if (_this.resHandler) {
return _this.resHandler(res);
}
else {
return res;
}
});

@@ -253,0 +261,0 @@ };

2

package.json
{
"name": "@33cn/chain33-rpc-api",
"version": "1.5.12",
"version": "1.5.13",
"description": "chain33 rpc 接口封装",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc